mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-07 16:01:52 +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/
|