Add distclean and sysclean clean targets (for development use).

This commit is contained in:
MelwareDE 2011-02-04 17:41:46 +00:00
parent 274a293f76
commit 21aa254147
1 changed files with 6 additions and 0 deletions

View File

@ -183,6 +183,12 @@ clean:
rm -f divastatus/*.o
rm -f divaverbose/*.o
distclean: clean
rm -f $(MODULES_DIR)/$(SHAREDOS)
sysclean: distclean
rm -f $(MODULES_DIR)/*.so
config.h:
./create_config.sh "$(ASTERISK_HEADER_DIR)"