delete protos, private.h when autogenerating

This commit is contained in:
Luke Howard
2011-04-01 19:36:46 +11:00
parent 87e3a85985
commit 4777035abf

View File

@@ -4,3 +4,5 @@
# tool-chain installed
PATH=/usr/local/bin:$PATH
/usr/local/bin/autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
find . -name '*-private.h' -delete
find . -name '*-protos.h' -delete