Merge branch 'c-libtree' of git.nikiroo.be:workspace/template into subtree
authorNiki Roo <niki@nikiroo.be>
Tue, 2 Jul 2024 14:45:38 +0000 (16:45 +0200)
committerNiki Roo <niki@nikiroo.be>
Tue, 2 Jul 2024 14:45:38 +0000 (16:45 +0200)
1  2 
Makefile

diff --cc Makefile
index a6218245ab92426c9e87bf4ed2333057df32fe79,4b2abfa1b3b77c8cb579dc8eea684d0494d26ed1..bfd13afe587ddd07122b128baa46b978375afc34
+++ b/Makefile
@@@ -3,8 -3,8 +3,8 @@@
  .PHONY: default $(MAKECMDGOALS)
  
  default $(MAKECMDGOALS):
 -      @for mk in makefile.d; do \
 +      @for mk in makefile.d makefile.check.d makefile.net.d; do \
                $(MAKE) --no-print-directory -C ../ -f "$(CURDIR)/$$mk" \
-                       $(MAKECMDGOALS);
+                       $(MAKECMDGOALS); \
        done;