diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-07-19 13:38:49 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-07-19 13:38:49 -0400 |
commit | fdf655797bbff965d93beb7e51c025eb3fc20526 (patch) | |
tree | 0f13fbf05834ec860eab15034777778a2ed61892 | |
parent | d86fd0355077448f4a07778c7a60bfc168f2e1bf (diff) |
add tac
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ *.o hostid sync +tac @@ -1,6 +1,6 @@ .POSIX: -PROGRAMS=hostid sync +PROGRAMS=hostid sync tac all: $(PROGRAMS) |