From: Siraaj Khandkar Date: Wed, 11 Mar 2020 18:49:27 +0000 (-0400) Subject: Automate finding executables to clean X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=commitdiff_plain;h=f76c7576941e2c2de3b077d6113acbd109352bb8 Automate finding executables to clean --- diff --git a/x5/Makefile b/x5/Makefile index 839a0a5..59d115b 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -6,7 +6,7 @@ LDLIBS := -lX11 build: khatus clean: - @rm -f khatus + @ find . -type f -executable -delete rebuild: @$(MAKE) -s clean