Skip to content

Commit

Permalink
support turning off of lint, by redefining LINTIFY at cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael S. Noble committed May 18, 2017
1 parent 2d2c708 commit 397c8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


# Makefile.inc: common definitions for use throughout the set of Makefiles
# in the FissFC build system. GNU make 3.81 or later is required.

Expand Down Expand Up @@ -56,7 +55,8 @@ invoke_tests:
$(TESTS) \
2>&1 | egrep -v "egg|nose|Using Python"

install:
LINTIFY=lintify
install: $(LINTIFY)
$(PIP) install --upgrade .

reinstall:
Expand Down

0 comments on commit 397c8b7

Please sign in to comment.