Skip to content

Commit

Permalink
Make target to run the scan-build static analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
baruch committed Oct 5, 2013
1 parent ef1a356 commit f9a1789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ all:
static:
LDFLAGS=-static ./do all

scan:
scan-build ./do all

clean:
./do clean

Expand Down

0 comments on commit f9a1789

Please sign in to comment.