diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-06-11 08:49:46 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:27 -0400 |
commit | bab23d801eb12767f12ae8a04c24fdb29ece5aa8 (patch) | |
tree | 08ed5f32e157fc393e7478d6b1e4d8110261077b /Makefile | |
parent | fae1b41e9d6f18b719a99e91a4219896d9c19677 (diff) | |
download | roux-bab23d801eb12767f12ae8a04c24fdb29ece5aa8.tar.gz |
change name of test file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 243ae93..db98298 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ bak: elf.ml lo2.ml test: bak @./bak test - @cc -O2 -o t tmain.c t.o && ./t + @cc -O2 -o t.out tmain.c t.o && ./t.out clean: rm -f bak t *.o *.cm[io] |