summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-04-05 15:24:23 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:26 -0400
commit25528786d802681149c02fb4f08cec79209fa50c (patch)
tree89f01a40e69b911825e5d816dd2ec18449d6f079 /Makefile
parent20df24da7568c67741dfbcf2560bfea516154ae1 (diff)
downloadroux-25528786d802681149c02fb4f08cec79209fa50c.tar.gz
cosmetics
Diffstat (limited to 'Makefile')
-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