Skip to content

Instantly share code, notes, and snippets.

@jmpinit
Created December 7, 2013 01:16
Show Gist options
  • Save jmpinit/7836051 to your computer and use it in GitHub Desktop.
Save jmpinit/7836051 to your computer and use it in GitHub Desktop.
Example makefile for making use of command line hack of JSim.
all: beta_test.jsim
java -jar ~/bin/jsim/clisim.jar -g $<
benmark: beta_test.jsim
@java -jar ~/bin/jsim/clisim.jar -g $< | json benmark
.PHONY: all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment