diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ .POSIX: -all: hostid sync +PROGRAMS=hostid sync + +all: $(PROGRAMS) + +clean: + rm -f $(PROGRAMS) *.o |
![]() |
index : moreutils | |
| implementations of the non-POSIX utilities included in GNU coreutils |
| summaryrefslogtreecommitdiff |