Skip to content

Commit

Permalink
Merge pull request #6 from hyc/parmake
Browse files Browse the repository at this point in the history
Fix Makefile for parallel make
  • Loading branch information
mit-carbon committed Oct 29, 2015
2 parents 1222f70 + 1f9e268 commit baecdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ include tests/Makefile.parsec
endif

.PHONY: $(PIN_SIM_LIB)
$(PIN_SIM_LIB):
$(PIN_SIM_LIB): $(CONTRIB_LIBS)
$(MAKE) -C $(SIM_ROOT)/pin

clean:
Expand Down

0 comments on commit baecdec

Please sign in to comment.