index
:
moreutils
master
implementations of the non-POSIX utilities included in GNU coreutils
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 46557c11240187d25b6551d5e87eca2e1a1c06b1 (
plain
)
1
2
3
4
5
6
7
8
.POSIX: PROGRAMS=hostid mktemp sync all: $(PROGRAMS) clean: rm -f $(PROGRAMS) *.o