44ec0179517c808a9153b9cef55d0b7fe5889cb6
[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