Skip to content

Commit

Permalink
Migrate brewtool stuff into brewtool/ and update makefile to use cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bwasti committed Jan 4, 2017
1 parent ae17168 commit 3f432a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 231 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This makefile does nothing but delegating the actual compilation to build.py.

all:
@python build.py build
@mkdir -p build && cd build && cmake .. && make

android:
@python build_android.py build
@python brewtool/build_android.py build

clean:
@python build.py clean
@rm -r build/

test:
@python build.py test
@python brewtool/build.py test

lint:
@find caffe2 -type f -exec python brewtool/cpplint.py {} \;
Expand Down
163 changes: 0 additions & 163 deletions build.py

This file was deleted.

45 changes: 0 additions & 45 deletions build_android.py

This file was deleted.

19 changes: 0 additions & 19 deletions build_android_prepare.py

This file was deleted.

0 comments on commit 3f432a8

Please sign in to comment.