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

Fix parallel build

parent 59c4aef9
Branches
Tags
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.
Please register or to comment