diff options
author | David Phillips <david@sighup.nz> | 2017-08-14 14:51:04 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-08-14 14:51:04 +1200 |
commit | 9337f809167b65a6b071c49975da1698b7a36392 (patch) | |
tree | 5db32c0d47b3d6b14361e5822ad3e35c79f85af6 /numbers-thing | |
parent | 91d995b549a3598bb10afffb16a542bedc22de6b (diff) | |
download | odds-and-ends-9337f809167b65a6b071c49975da1698b7a36392.tar.xz |
Add makefile
Diffstat (limited to 'numbers-thing')
-rw-r--r-- | numbers-thing/Makefile | 3 | ||||
-rw-r--r-- | numbers-thing/config.mk | 1 |
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 |