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