summaryrefslogtreecommitdiff
path: root/monty
diff options
context:
space:
mode:
Diffstat (limited to 'monty')
-rw-r--r--monty/Makefile6
-rw-r--r--monty/config.mk1
2 files changed, 7 insertions, 0 deletions
diff --git a/monty/Makefile b/monty/Makefile
index aa5f1de..75206d9 100644
--- a/monty/Makefile
+++ b/monty/Makefile
@@ -1 +1,7 @@
+include config.mk
+
monty:
+
+.PHONY: clean
+clean:
+ rm -f monty
diff --git a/monty/config.mk b/monty/config.mk
new file mode 100644
index 0000000..e8c9b31
--- /dev/null
+++ b/monty/config.mk
@@ -0,0 +1 @@
+CFLAGS += -Wall -Wextra -Werror