Skip to content

Commit

Permalink
Merge pull request #90 from lukego/reusevm-toplevel
Browse files Browse the repository at this point in the history
Makefile: Added reusevm target at top-level
  • Loading branch information
lukego authored Aug 21, 2017
2 parents 53e93f1 + bebdbac commit 59a3e9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ default all $(INSTALL_DEP):
$(MAKE) -C src
@echo "==== Successfully built RaptorJIT $(VERSION) ===="

reusevm:
$(MAKE) -C src reusevm

install: $(INSTALL_DEP)
@echo "==== Installing RaptorJIT $(VERSION) to $(PREFIX) ===="
$(MKDIR) $(INSTALL_DIRS)
Expand Down

0 comments on commit 59a3e9f

Please sign in to comment.