mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
text.mk, scripts/Makefile, tmpl/tex/technical/Makefile: Add profclean target
This commit is contained in:
parent
1547f593fd
commit
3df882812c
3 changed files with 3 additions and 1 deletions
|
|
@ -8,3 +8,4 @@ include $(MODDIR)/make/rules.mk
|
|||
clean: textclean localclean
|
||||
install: # nothing to be done
|
||||
all: # nothing to be done
|
||||
profclean:
|
||||
|
|
|
|||
|
|
@ -47,3 +47,4 @@ install: $(EXEDIR) $(CONFDIR)
|
|||
clean distclean libclean:
|
||||
rm -rf *~ .*.swp core
|
||||
|
||||
profclean:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
all clean install distclean:
|
||||
all clean install distclean profclean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue