diff options
author | David Phillips <david@sighup.nz> | 2018-06-04 00:09:02 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-06-04 00:09:02 +1200 |
commit | 5f5316a034d68f8825a16e7b866c8e8b2b6c6bd8 (patch) | |
tree | ba8d8b59113aa0ec02b92cf14a50e2cef0913684 /alarm-tools/Makefile | |
download | alarmd-5f5316a034d68f8825a16e7b866c8e8b2b6c6bd8.tar.xz |
Initial dump of prototype
Diffstat (limited to 'alarm-tools/Makefile')
-rw-r--r-- | alarm-tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |