From 5f5316a034d68f8825a16e7b866c8e8b2b6c6bd8 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 4 Jun 2018 00:09:02 +1200 Subject: Initial dump of prototype --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f53fb76 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CFLAGS += "-I./inc/" +LDFLAGS += -L./lib/ + +.PHONY lib alarmd alarms-show + +all: lib alarmd alarm-tools -- cgit v1.1