Show scheme transformations

This commit is contained in:
Justin Ethier 2015-05-05 18:04:13 -04:00
parent ef4aa4360a
commit 0d70bcea41

View file

@ -42,8 +42,8 @@ test: $(TESTFILES) cyclone
# A temporary testing directive # A temporary testing directive
.PHONY: test2 .PHONY: test2
test2: examples/hello-library/int-test/hello.c test2: examples/hello-library/int-test/hello.c
./cyclone examples/hello-library/hello.scm ./cyclone -t examples/hello-library/hello.scm
./cyclone examples/hello-library/libs/lib2.sld ./cyclone -t examples/hello-library/libs/lib2.sld
gcc examples/hello-library/int-test/lib2.c -I. -g -c -o lib2.o gcc examples/hello-library/int-test/lib2.c -I. -g -c -o lib2.o
gcc examples/hello-library/int-test/hello.c -L. -lcyclone -lm -I. -g -o hello gcc examples/hello-library/int-test/hello.c -L. -lcyclone -lm -I. -g -o hello