From 0d70bcea41c6457c4a0bbef52322282a1f96e74a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 5 May 2015 18:04:13 -0400 Subject: [PATCH] Show scheme transformations --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8bbab51f..d07474e2 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ test: $(TESTFILES) cyclone # A temporary testing directive .PHONY: test2 test2: examples/hello-library/int-test/hello.c - ./cyclone examples/hello-library/hello.scm - ./cyclone examples/hello-library/libs/lib2.sld + ./cyclone -t examples/hello-library/hello.scm + ./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/hello.c -L. -lcyclone -lm -I. -g -o hello