Skip to content

Commit

Permalink
make: lint as separate phase
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Nov 18, 2012
1 parent acd8be3 commit cec766c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Expand Up @@ -20,7 +20,6 @@ test-runner: build
ln -sf out/$(BUILDTYPE)/test test-runner

test: test-runner can
@./tools/presubmit.py
@./test-runner splaytree
@./test-runner list
@./test-runner parser
Expand All @@ -47,8 +46,11 @@ test: test-runner can
@./can test/functional/regressions/regr-3.can
@./can test/functional/regressions/regr-4.can

lint:
@./tools/presubmit.py

clean:
-rm -rf out
-rm libcandor.a can test-runner

.PHONY: clean all build test libcandor.a can test-runner
.PHONY: clean all build test lint libcandor.a can test-runner

0 comments on commit cec766c

Please sign in to comment.