summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-04-05 15:36:39 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:26 -0400
commitff14ce3197e420a00e56be7afef70db6a283ace6 (patch)
tree9206721d6afdd70bc6db1e337c20a10d2f7de86b /Makefile
parente84528359c071451a2fbe6fcc23bea6afc198f06 (diff)
downloadroux-ff14ce3197e420a00e56be7afef70db6a283ace6.tar.gz
quiet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c1d153a..882df13 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ bak: elf.ml lo2.ml
 	ocamlc -g -o bak elf.ml lo2.ml
 
 test: bak
-	./bak test
-	cc -o t tmain.c t.o && ./t
+	@./bak test
+	@cc -o t tmain.c t.o && ./t
 
 clean:
 	rm -f bak t t.o