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