summaryrefslogtreecommitdiff
path: root/guw/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'guw/makefile')
-rw-r--r--guw/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/guw/makefile b/guw/makefile
deleted file mode 100644
index 8931c32f8..000000000
--- a/guw/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-sources = guw.cc
-
-guw : $(sources)
- g++ -Wall -o guw $(sources)
-