dirs.mk, lib.mk: Some more clean rules

This commit is contained in:
Jan Lindemann 2002-07-19 20:28:58 +00:00 committed by Jan Lindemann
commit 4d5f0167a6
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,6 @@ include $(MODDIR)/make/rules.mk
all: $(LIB_SO) $(LINKS_SO)
clean:
rm -rf *.a *.o *.so.* *.so *~ .*.swp
rm -rf *.a *.o *.so.* *.so *~ .*.swp *.done
distclean: clean
install: $(LOCAL_TARGETS) all $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO)