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
|
|
@ -28,7 +28,7 @@ all: $(LOADABLE_OBJ_LIBS) $(BUILD_LOADABLE_OBJ_LIBS)
|
|||
install: $(INSTALLED_LOADABLE_OBJ_LIBS)
|
||||
clean: clean.lo
|
||||
|
||||
clean.lo:
|
||||
clean.lo: profclean
|
||||
rm -f *.o *.cpp *.so *.done *.dll
|
||||
|
||||
$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue