diff options
author | David Phillips <david@sighup.nz> | 2018-08-28 21:42:52 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-08-28 21:42:52 +1200 |
commit | a257260d567f4dde88065eb5ada62590e7f3a07c (patch) | |
tree | 3c8cef54dca12d2b07fd9392358579f9614a244d /alarm-tools | |
parent | c9d0f4f61a49fcf12b1ca462cc71d6b1a78ffdfe (diff) | |
download | alarmd-a257260d567f4dde88065eb5ada62590e7f3a07c.tar.xz |
Add less ambiguous recipes
Diffstat (limited to 'alarm-tools')
-rw-r--r-- | alarm-tools/Makefile | 3 |
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 |