From: Jacob Lifshay Date: Wed, 6 May 2020 00:55:05 +0000 (-0700) Subject: update Makefile to include required build steps X-Git-Tag: div_pipeline~1378 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=534aad631f291a588ac273185f318a6ce1df5afc update Makefile to include required build steps --- diff --git a/Makefile b/Makefile index 185a0d22..32f445b2 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ gitupdate: install: python3 setup.py develop # yes, develop, not install + python3 src/soc/decoder/pseudo/pywriter.py -test: +test: install python3 setup.py test # could just run nosetest3...