summary refs log tree commit diff
path: root/proto/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-11 10:33:44 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-11 10:33:44 -0500
commit96251837db7c698a76d997f1449f0cd47885f203 (patch)
tree3a0019a8c9e6115bc4205c00baa86e7814baaa0f /proto/Makefile
parent86dfca58460639f9a969aa312f0adf17e79be1f0 (diff)
downloadroux-96251837db7c698a76d997f1449f0cd47885f203.tar.gz
leave the prototype to git history
Diffstat (limited to 'proto/Makefile')
-rw-r--r--proto/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/proto/Makefile b/proto/Makefile
deleted file mode 100644
index f137b4a..0000000
--- a/proto/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.PHONY: test clean
-
-bak: elf.ml lo2.ml
-	ocamlc -g -o bak elf.ml lo2.ml
-
-test: bak
-	@./bak test
-	@cc -O2 -o t.out tmain.c t.o && ./t.out
-
-clean:
-	rm -f bak *.out *.o *.cm[io]