Added removal of openpbx temp dir in clean target.

This commit is contained in:
MelwareDE 2006-04-01 12:17:32 +00:00
parent 9671c6df5c
commit 4d71e8690b
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ all: config.h $(SHAREDOS)
clean:
rm -f config.h
rm -f *.so *.o
rm -rf openpbx
config.h:
./create_config.sh "$(ASTERISK_HEADER_DIR)"