Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
add lint check
  • Loading branch information
zhangchen-qinyinghua committed Dec 11, 2015
1 parent 9ba8f79 commit 9b058ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ mlp: ./mlp.cpp

use_ndarray: ./use_ndarray.cpp
g++ -std=c++0x $(CFLAGS) $(LDFLAGS) -o $@ $^

lint:
python2 ../../dmlc-core/scripts/lint.py mxnet "cpp" ./

0 comments on commit 9b058ac

Please sign in to comment.