Skip to content
Snippets Groups Projects
Commit 5460b64a authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Fix parallel build

parent 59c4aef9
No related branches found
No related tags found
No related merge requests found
...@@ -17,16 +17,16 @@ SUBMAKE := $(MAKE) --no-print-directory ...@@ -17,16 +17,16 @@ SUBMAKE := $(MAKE) --no-print-directory
FORCE: ; FORCE: ;
$(TARGETS): FORCE $(TARGETS): FORCE
@$(SUBMAKE) $@ +@$(SUBMAKE) $@
image/%:: FORCE image/%:: FORCE
@$(SUBMAKE) $@ +@$(SUBMAKE) $@
clean: FORCE clean: FORCE
@$(SUBMAKE) clean-gluon +@$(SUBMAKE) clean-gluon
cleanall: FORCE cleanall: FORCE
@$(SUBMAKE) clean +@$(SUBMAKE) clean
.PHONY: FORCE .PHONY: FORCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment