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

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

all: $(PROGRAMS)

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