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