mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
7 lines
82 B
Makefile
7 lines
82 B
Makefile
.PHONY: test clean
|
|
|
|
test:
|
|
python3 mnn_router.py
|
|
|
|
clean:
|
|
rm -f __pycache__/*.pyc
|