mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
bin/Makefile: Fix clean target
This commit is contained in:
parent
d6919b15fd
commit
129cb550e4
1 changed files with 4 additions and 3 deletions
|
|
@ -31,13 +31,14 @@
|
||||||
|
|
||||||
MODDIR = ..
|
MODDIR = ..
|
||||||
|
|
||||||
CLEAN += $(wildcard *.sh)
|
|
||||||
|
|
||||||
include $(MODDIR)/make/ytools.mk
|
include $(MODDIR)/make/ytools.mk
|
||||||
include $(MODDIR)/make/scripts.mk
|
include $(MODDIR)/make/scripts.mk
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
clean: clean.file
|
||||||
install: $(INSTALL_BINDIR) $(INSTALLED_EXE_SH)
|
install: $(INSTALL_BINDIR) $(INSTALLED_EXE_SH)
|
||||||
|
|
||||||
profclean:
|
profclean:
|
||||||
|
|
||||||
|
clean.file:
|
||||||
|
file -i * | sed '/x-executable\|x-shellscript/ !d; s/:.*//' | xargs -r rm -f
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue