diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-07-19 13:48:03 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-07-19 13:48:03 -0400 |
commit | 41fc435dcb400092104a201799573f8ca32c4e9e (patch) | |
tree | 3154ce6c666457de8254434e516c4e78ee68d864 | |
parent | 512def0747a237976b045175d271d41280de8b15 (diff) |
remove tac since it works as an AWK script
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ *.o hostid sync -tac @@ -1,6 +1,6 @@ .POSIX: -PROGRAMS=hostid sync tac +PROGRAMS=hostid sync all: $(PROGRAMS) |