mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
scripts/Makefile: Add *.rep to clean target
This commit is contained in:
parent
24c648a2d8
commit
32924899b6
1 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,6 @@ install: $(EXEDIR) $(CONFDIR)
|
||||||
if [ -f *.conf ]; then install *.conf $(CONFDIR)/; fi
|
if [ -f *.conf ]; then install *.conf $(CONFDIR)/; fi
|
||||||
|
|
||||||
clean distclean libclean:
|
clean distclean libclean:
|
||||||
rm -rf *~ .*.swp core
|
rm -rf *~ .*.swp core *.rep
|
||||||
|
|
||||||
profclean:
|
profclean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue