mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Show scheme transformations
This commit is contained in:
parent
ef4aa4360a
commit
0d70bcea41
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue