about summary refs log tree commit diff stats
path: root/cleave/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cleave/makefile')
-rw-r--r--cleave/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cleave/makefile b/cleave/makefile
new file mode 100644
index 00000000..33665b5c
--- /dev/null
+++ b/cleave/makefile
@@ -0,0 +1,7 @@
+cleave: cleave.cc makefile
+	c++ -O3 -Wall -Wextra -fno-strict-aliasing cleave.cc -o cleave
+
+.PHONY: clean
+
+clean:
+	-rm cleave