Merge branch 'master' of https://git.libre-riscv.org/git/soc
[soc.git] / Makefile
1 gitupdate:
2 git submodule init
3 git submodule update --recursive
4
5 install:
6 python3 setup.py develop # yes, develop, not install
7
8 test:
9 python3 setup.py test # could just run nosetest3...