This commit is contained in:
seanpringle
2012-09-01 22:38:13 +10:00
parent d172c90a03
commit e58313bb69
4 changed files with 186 additions and 1 deletions

View File

@@ -7,7 +7,10 @@ normal:
proto:
cat *.c | egrep '^(void|int|char|unsigned|Window|client)' | sed -r 's/\)/);/' > proto.h
docs:
pandoc -s -w man xoat.md -o xoat.1
clean:
rm -f xoat
all: proto normal
all: docs proto normal