Move some of my more useful utilities out from my all-purpose
[sgt/utils] / base64 / Makefile
CommitLineData
9acadc2b 1all: base64.1 base64
2
3base64: base64.c
4 $(CC) $(CFLAGS) -o $@ $<
5
6%.1: %.but
7 halibut --man=$@ $<
8
9clean:
10 rm -f *.1 base64