This commit is contained in:
seanpringle
2012-09-17 11:24:19 +10:00
parent f22af26086
commit 67710ddf18
2 changed files with 238 additions and 87 deletions

View File

@@ -6,13 +6,10 @@ normal:
$(CC) -o xoat-debug xoat.c $(CFLAGS) -g $(LDADD) $(LDFLAGS)
strip xoat
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 xoat-debug
all: docs proto normal
all: docs normal