summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 57971ec..0000000
--- a/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-default: 1.run
-
-%.run: %.out
- git add *.cpp
- ./$^
-
-%.out: %.cpp
- g++ -ggdb -std=c++11 -o $@ $<