Skip to content

Commit

Permalink
move to the new build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangqing committed Nov 28, 2015
1 parent 3dcb868 commit fcd5f8f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 956 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# This makefile does nothing but delegating the actual compilation to build.py.

all:
@python brewery.py build
@python build.py build

clean:
@python brewery.py clean

reallyclean:
@python brewery.py reallyclean
@python build.py clean

test:
@python brewery.py test
@python build.py test

lint:
@find caffe2 -type f -exec python cpplint.py {} \;
Expand Down
Loading

0 comments on commit fcd5f8f

Please sign in to comment.