Makefile: Add rm -rf $(CLEAN)

This commit is contained in:
Jan Lindemann 2002-07-01 18:48:58 +00:00 committed by Jan Lindemann
commit bf436c11d1

View file

@ -8,6 +8,7 @@ include $(MODDIR)/make/rpmdist.mk
all:
$(make_subdirs_target)
clean distclean:
rm -rf $(CLEAN)
$(make_subdirs_target)
install: all
$(make_subdirs_target)