text.mk, scripts/Makefile, tmpl/tex/technical/Makefile: Add profclean target

This commit is contained in:
Jan Lindemann 2002-03-30 19:05:25 +00:00 committed by Jan Lindemann
commit 3df882812c
3 changed files with 3 additions and 1 deletions

View file

@ -8,3 +8,4 @@ include $(MODDIR)/make/rules.mk
clean: textclean localclean clean: textclean localclean
install: # nothing to be done install: # nothing to be done
all: # nothing to be done all: # nothing to be done
profclean:

View file

@ -47,3 +47,4 @@ install: $(EXEDIR) $(CONFDIR)
clean distclean libclean: clean distclean libclean:
rm -rf *~ .*.swp core rm -rf *~ .*.swp core
profclean:

View file

@ -1 +1 @@
all clean install distclean: all clean install distclean profclean: