Skip to content

Commit

Permalink
examples is a dependency for install
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 3, 2012
1 parent 5501c6b commit a73124b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -52,7 +52,7 @@ examples:
$(MAKE) -C../examples
touch $@

install: $(PARTDEPS)
install: $(PARTDEPS) examples
$(MAKE) -C shogun install
+$(foreach part, $(PARTS), $(MAKE) -C interfaces/$(part) install-$(part) &&) true

Expand Down

0 comments on commit a73124b

Please sign in to comment.