better clean target

This commit is contained in:
Josh Coalson 2002-11-21 09:09:03 +00:00
parent bfc8e319c2
commit b166b9d76a
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ $(RELEASE_PROGRAM) : $(RELEASE_OBJS)
.PHONY : clean .PHONY : clean
clean : clean :
-rm -f *.o $(OBJPATH)/*/bin/$(PROGRAM_NAME) -rm -f $(DEBUG_OBJS) $(RELEASE_OBJS) $(OBJPATH)/*/bin/$(PROGRAM_NAME)
.PHONY : depend .PHONY : depend
depend: depend:

View File

@ -106,7 +106,7 @@ endif
.PHONY : clean .PHONY : clean
clean : clean :
-rm -f *.o $(OBJPATH)/*/lib/$(STATIC_LIB_NAME) $(OBJPATH)/*/lib/$(DYNAMIC_LIB_NAME) $(ORDINALS_H) -rm -f $(DEBUG_OBJS) $(RELEASE_OBJS) $(OBJPATH)/*/lib/$(STATIC_LIB_NAME) $(OBJPATH)/*/lib/$(DYNAMIC_LIB_NAME) $(ORDINALS_H)
.PHONY : depend .PHONY : depend
depend: depend: