mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Add profclean to clean target
This commit is contained in:
parent
b581ecc502
commit
77c146286e
6 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue