From 41fc435dcb400092104a201799573f8ca32c4e9e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 19 Jul 2019 13:48:03 -0400 Subject: remove tac since it works as an AWK script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1