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 --- alarm-tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 alarm-tools/Makefile (limited to 'alarm-tools/Makefile') diff --git a/alarm-tools/Makefile b/alarm-tools/Makefile new file mode 100644 index 0000000..75f3c5b --- /dev/null +++ b/alarm-tools/Makefile @@ -0,0 +1,4 @@ +LDFLAGS += -L../lib -lalarm +CFLAGS += -I../inc + +all: alarms-show -- cgit v1.1