cleanup
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
Reference in New Issue
Block a user