mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
move to the new build scripts
This commit is contained in:
9
Makefile
9
Makefile
@ -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 {} \;
|
||||
|
Reference in New Issue
Block a user