commit 25528786d802681149c02fb4f08cec79209fa50c parent 20df24da7568c67741dfbcf2560bfea516154ae1 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Sun, 5 Apr 2015 15:24:23 -0400 cosmetics Diffstat:
| M | Makefile | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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