make: Add profclean to clean target

This commit is contained in:
Jan Lindemann 2007-12-01 22:43:17 +00:00 committed by Jan Lindemann
commit 77c146286e
6 changed files with 7 additions and 5 deletions

View file

@ -11,7 +11,7 @@ include $(MODDIR)/make/ldlibpath.mk
include $(MODDIR)/make/rules.mk
all: $(SHOBJS) $(BUILD_SHOBJS)
clean: objclean textclean localclean
clean: objclean textclean localclean profclean
install: $(ALL) installso
$(BUILD_LIBDIR)/%.so: %.so