]> Dogcows Code - chaz/githead/blob - Makefile
add escaping for non-printable characters
[chaz/githead] / Makefile
1
2 PROG= githead
3
4 all: githead
5
6 githead: githead.c
7 $(CC) -Os -pipe -o $@ $<
8
9 #BINDIR= /usr/local/bin
10 #MANDIR= /usr/local/man
11
12 #.include <bsd.prog.mk>
13
This page took 0.035588 seconds and 4 git commands to generate.