Megatest

Diff
Login

Differences From Artifact [fbc8252c19]:

To Artifact [4c52034a48]:


11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
	@echo "clean        - remove binaries and other build artifacts"
	@echo ""

clean:
	rm -f *.so *.import.scm test_ducttape test_example foo *.c *.o

install:
	echo tbd
	/bin/false

test:
	chicken-install -no-install
	csc test_ducttape.scm

	./test_ducttape
	if (-e foo) rm -f foo







|
<







11
12
13
14
15
16
17
18

19
20
21
22
23
24
25
	@echo "clean        - remove binaries and other build artifacts"
	@echo ""

clean:
	rm -f *.so *.import.scm test_ducttape test_example foo *.c *.o

install:
	chicken-install


test:
	chicken-install -no-install
	csc test_ducttape.scm

	./test_ducttape
	if (-e foo) rm -f foo