Skip to content

Commit

Permalink
compile interfaces in parallel again
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Oct 21, 2011
1 parent 25eb1e7 commit d4c45e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -27,7 +27,7 @@ all: $(PARTDEPS) examples $(LIBSHOGUN_TARGET)
@echo ==== opts: $(COMPFLAGS_CPP)
@echo ============================================================
@echo
@+$(foreach part, $(PARTS), $(MAKE) -C interfaces/$(part) $@ &&) true
$(foreach part, $(PARTS), $(MAKE) -C interfaces/$(part) $@ &&) true
@echo
@echo ============================================================
@echo ==== Done. Check the subdirectories for binaries.
Expand Down

0 comments on commit d4c45e8

Please sign in to comment.