summaryrefslogtreecommitdiff
path: root/Makefile
blob: 25b98f8ece1c17a23243a2404a964b97e2c1c3fe (plain)
1
2
3
4
5
6
7
8
9
.POSIX:

PROGRAMS=arch base64 factor hostid mktemp nproc pinky printenv readlink \
	seq shuf stat stdbuf sync tac uptime users vdir yes

all: $(PROGRAMS)

clean:
	rm -f $(PROGRAMS) *.o