summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1ce56aabbc14d96bba423d774230da4694b7d9e3 (plain)
1
2
3
4
5
6
progs = isascii

all: $(progs)

clean:
	rm -f $(progs)