TensorRT-Demo/Makefile

9 lines
109 B
Makefile
Raw Normal View History

2023-03-06 20:44:29 +08:00
PYTHON ?= python3
all:
${PYTHON} setup.py build_ext -if
rm -rf build
clean:
rm -rf build pytrt.cpp *.so