mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-09 08:51:46 +08:00
7 lines
154 B
Makefile
7 lines
154 B
Makefile
|
|
all:
|
|
tup --no-environ-check build-local
|
|
tup --no-environ-check build-wasm
|
|
cp build-local/libfibre-* ../python/fibre/
|
|
cp build-wasm/libfibre-* ../js/
|