commit ff14ce3197e420a00e56be7afef70db6a283ace6 parent e84528359c071451a2fbe6fcc23bea6afc198f06 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Sun, 5 Apr 2015 15:36:39 -0400 quiet Diffstat:
| M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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