diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 |