From 129cb550e425f07b5b2bc4a13c413693c94bee36 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 25 Feb 2006 20:20:29 +0000 Subject: [PATCH] bin/Makefile: Fix clean target --- bin/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 648ad0e3..5c99fd37 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -31,13 +31,14 @@ MODDIR = .. -CLEAN += $(wildcard *.sh) - include $(MODDIR)/make/ytools.mk include $(MODDIR)/make/scripts.mk all: - +clean: clean.file install: $(INSTALL_BINDIR) $(INSTALLED_EXE_SH) profclean: + +clean.file: + file -i * | sed '/x-executable\|x-shellscript/ !d; s/:.*//' | xargs -r rm -f