summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f907660..8ab7115 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
.POSIX:
-all: hostid sync
+PROGRAMS=hostid sync
+
+all: $(PROGRAMS)
+
+clean:
+ rm -f $(PROGRAMS) *.o