1
0
Fork 0

Extra tab in Makefile

closure/master
Mike Gerwitz 2011-03-11 20:00:04 -05:00
parent f572e53e9d
commit 342dfd63d6
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ combine: mkbuild
# run tests
test: default $(TESTS)
test-%.js: default
node $@
node $@
test-%: default
./$@
./$@
# clean up build dir
clean: