aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2015-06-11 08:49:46 -0400
committerQuentin Carbonneaux <[email protected]>2015-09-15 23:01:27 -0400
commitbab23d801eb12767f12ae8a04c24fdb29ece5aa8 (patch)
tree08ed5f32e157fc393e7478d6b1e4d8110261077b
parentfae1b41e9d6f18b719a99e91a4219896d9c19677 (diff)
change name of test file
-rw-r--r--.gitignore4
-rw-r--r--Makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e8c8530..ff9fbe2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
t
bak
+.comfile
*.o
*.cm[io]
-notrack/*
+lisc/lo
+t.out
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]