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:
86eb090
)
Add rebuild recipe
author
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 8 Feb 2019 03:57:15 +0000
(22:57 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 8 Feb 2019 03:57:15 +0000
(22:57 -0500)
x2/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/x2/Makefile
b/x2/Makefile
index
43e6967
..
0c2f810
100644
(file)
--- a/
x2/Makefile
+++ b/
x2/Makefile
@@
-67,6
+67,7
@@
endef
.PHONY: \
build \
+ rebuild \
install \
uninstall \
reinstall \
@@
-85,6
+86,10
@@
reinstall:
@$(MAKE) -s uninstall
@$(MAKE) -s install
+rebuild:
+ @$(MAKE) -s clean
+ @$(MAKE) -s build
+
clean:
rm -rf bin
This page took
0.022426 seconds
and
4
git commands to generate.