Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created May 6, 2014 19:34
Show Gist options
  • Save lightsofapollo/e9653a259a9e79540746 to your computer and use it in GitHub Desktop.
Save lightsofapollo/e9653a259a9e79540746 to your computer and use it in GitHub Desktop.
TEST = $(shell find test/browser -name "*.html")
test: $(TEST)
.PHONY: $(TEST)
$(TEST):
./bin/browser-test $@
@lightsofapollo
Copy link
Author

use make -j 100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment