mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 07:02:06 +08:00
0932b367bd
old-commit-hash: 3f9059fea8
11 lines
261 B
Makefile
11 lines
261 B
Makefile
all: simple_kalman_impl.so
|
|
|
|
simple_kalman_impl.so: simple_kalman_impl.pyx simple_kalman_impl.pxd simple_kalman_setup.py
|
|
python simple_kalman_setup.py build_ext --inplace
|
|
rm -rf build
|
|
rm simple_kalman_impl.c
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -f simple_kalman_impl.so
|