summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a8a58fc..c1d153a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,7 @@ bak: elf.ml lo2.ml
 
 test: bak
 	./bak test
-	cc -o t tmain.c t.o
-	./t
+	cc -o t tmain.c t.o && ./t
 
 clean:
 	rm -f bak t t.o