summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-08-14 14:51:04 +1200
committerDavid Phillips <david@sighup.nz>2017-08-14 14:51:04 +1200
commit9337f809167b65a6b071c49975da1698b7a36392 (patch)
tree5db32c0d47b3d6b14361e5822ad3e35c79f85af6
parent91d995b549a3598bb10afffb16a542bedc22de6b (diff)
downloadodds-and-ends-9337f809167b65a6b071c49975da1698b7a36392.tar.xz
Add makefile
-rw-r--r--numbers-thing/Makefile3
-rw-r--r--numbers-thing/config.mk1
2 files changed, 4 insertions, 0 deletions
diff --git a/numbers-thing/Makefile b/numbers-thing/Makefile
new file mode 100644
index 0000000..62dc0a8
--- /dev/null
+++ b/numbers-thing/Makefile
@@ -0,0 +1,3 @@
+include config.mk
+
+all: numbers-thing
diff --git a/numbers-thing/config.mk b/numbers-thing/config.mk
new file mode 100644
index 0000000..e8c9b31
--- /dev/null
+++ b/numbers-thing/config.mk
@@ -0,0 +1 @@
+CFLAGS += -Wall -Wextra -Werror