diff options
| -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) |
![]() |
index : moreutils | |
| implementations of the non-POSIX utilities included in GNU coreutils |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
@@ -1,3 +1,4 @@ *.o hostid sync +tac @@ -1,6 +1,6 @@ .POSIX: -PROGRAMS=hostid sync +PROGRAMS=hostid sync tac all: $(PROGRAMS) |