git://git.nikiroo.be
/
template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8c3df
)
fix missing semi-column in Makefile
author
Niki Roo
<niki@nikiroo.be>
Tue, 2 Jul 2024 14:42:56 +0000
(16:42 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Tue, 2 Jul 2024 14:42:56 +0000
(16:42 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 95a670fe947344dbf7aac15732a891a3bf556cd1..4b2abfa1b3b77c8cb579dc8eea684d0494d26ed1 100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-5,6
+5,6
@@
default $(MAKECMDGOALS):
@for mk in makefile.d; do \
$(MAKE) --no-print-directory -C ../ -f "$(CURDIR)/$$mk" \
- $(MAKECMDGOALS);
+ $(MAKECMDGOALS);
\
done;