From 6bc7fdab077b1877f71b69f4b2c1e8046a302e9b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 9 Mar 2016 00:21:35 +1300 Subject: Initial working copy, buggy --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..09fc878 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +CFLAGS += -Werror -Wall + +all: solve + +solve: display.o + +clean: + rm -f *.o solve -- cgit v1.1