summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-19 13:38:49 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-19 13:38:49 -0400
commitfdf655797bbff965d93beb7e51c025eb3fc20526 (patch)
tree0f13fbf05834ec860eab15034777778a2ed61892
parentd86fd0355077448f4a07778c7a60bfc168f2e1bf (diff)
add tac
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 419162d..5431a1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.o
hostid
sync
+tac
diff --git a/Makefile b/Makefile
index 8ab7115..045ef49 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-PROGRAMS=hostid sync
+PROGRAMS=hostid sync tac
all: $(PROGRAMS)