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: 8ab7115219cbe0a8bf1791517b31db4432a0d62d (
plain
)
1
2
3
4
5
6
7
8
.POSIX: PROGRAMS=hostid sync all: $(PROGRAMS) clean: rm -f $(PROGRAMS) *.o