Skip to content

Commit

Permalink
Makefile: Added reusevm target at top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Aug 21, 2017
1 parent 46f00a4 commit bebdbac
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 bebdbac

Please sign in to comment.