aboutsummaryrefslogtreecommitdiff
path: root/alarm-tools
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-28 21:42:52 +1200
committerDavid Phillips <david@sighup.nz>2018-08-28 21:42:52 +1200
commita257260d567f4dde88065eb5ada62590e7f3a07c (patch)
tree3c8cef54dca12d2b07fd9392358579f9614a244d /alarm-tools
parentc9d0f4f61a49fcf12b1ca462cc71d6b1a78ffdfe (diff)
downloadalarmd-a257260d567f4dde88065eb5ada62590e7f3a07c.tar.xz
Add less ambiguous recipes
Diffstat (limited to 'alarm-tools')
-rw-r--r--alarm-tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/alarm-tools/Makefile b/alarm-tools/Makefile
index 56b3dff..f181e5f 100644
--- a/alarm-tools/Makefile
+++ b/alarm-tools/Makefile
@@ -3,5 +3,8 @@ CFLAGS += -I../inc
all: alarms-show
+alarms-show: alarms-show.o
+ $(CC) -o $@ $^ $(LDFLAGS)
+
clean:
rm alarms-show