summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 419162d..dda3926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.o
hostid
+mktemp
sync
diff --git a/Makefile b/Makefile
index 8ab7115..46557c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-PROGRAMS=hostid sync
+PROGRAMS=hostid mktemp sync
all: $(PROGRAMS)