fix missing semi-column in Makefile
authorNiki Roo <niki@nikiroo.be>
Tue, 2 Jul 2024 14:42:56 +0000 (16:42 +0200)
committerNiki Roo <niki@nikiroo.be>
Tue, 2 Jul 2024 14:42:56 +0000 (16:42 +0200)
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;