Automate finding executables to clean
[khatus.git] / x5 / Makefile
index 839a0a5..59d115b 100644 (file)
@@ -6,7 +6,7 @@ LDLIBS := -lX11
 build: khatus
 
 clean:
-       @rm -f khatus
+       @ find . -type f -executable -delete
 
 rebuild:
        @$(MAKE) -s clean
This page took 0.026719 seconds and 4 git commands to generate.