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