From fdf655797bbff965d93beb7e51c025eb3fc20526 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 19 Jul 2019 13:38:49 -0400 Subject: add tac --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1