diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-04-05 15:24:23 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:26 -0400 |
commit | 25528786d802681149c02fb4f08cec79209fa50c (patch) | |
tree | 89f01a40e69b911825e5d816dd2ec18449d6f079 /Makefile | |
parent | 20df24da7568c67741dfbcf2560bfea516154ae1 (diff) | |
download | roux-25528786d802681149c02fb4f08cec79209fa50c.tar.gz |
cosmetics
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 |