diff options
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 |