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

@ -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