mirror of https://github.com/XS-MLVP/picker.git
10 lines
320 B
Makefile
10 lines
320 B
Makefile
.PHONY: default
|
|
default:
|
|
@cp python/example.py ${TARGET}/../example.py
|
|
@cp python/cmake/${SIMULATOR}.cmake ${TARGET}/dut.cmake
|
|
@cp python/CMakeLists.txt ${TARGET}/CMakeLists.txt
|
|
@cp python/Makefile ${TARGET}/Makefile
|
|
@cp python/dut.i ${TARGET}/dut.i
|
|
@cp python/dut.py ${TARGET}/__init__.py
|
|
@cd ${TARGET} && make
|