Ensure all utilities support `--help', `--version' and `--licence',
[sgt/utils] / base64 / Makefile
1 all: base64.1 base64
2
3 base64: base64.c
4 $(CC) $(CFLAGS) -o $@ $<
5
6 %.1: %.but
7 halibut --man=$@ $<
8
9 clean:
10 rm -f *.1 base64