Skip to content

Commit

Permalink
fix(plum): install from source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed May 15, 2018
1 parent 7819592 commit f266b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif
# Note this doesn't work for `extra`, because non of the extra input schemas are
# enabled by default.
all preset extra minimal:
no_update=1 $(MAKE) -C plum OUTPUT=$(OUTPUT) $(@)$${build_bin:+-bin}
$(MAKE) -C plum OUTPUT=$(OUTPUT) $(@)$${build_bin:+-bin}

install clean:
$(MAKE) -C plum OUTPUT=$(OUTPUT) $(@)
Expand Down
2 changes: 1 addition & 1 deletion plum

0 comments on commit f266b99

Please sign in to comment.