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