home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f1ce6
)
Automate finding executables to clean
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 11 Mar 2020 18:49:27 +0000
(14:49 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 11 Mar 2020 18:49:27 +0000
(14:49 -0400)
x5/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/x5/Makefile
b/x5/Makefile
index
839a0a5
..
59d115b
100644
(file)
--- 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
This page took
0.017679 seconds
and
4
git commands to generate.