From 534aad631f291a588ac273185f318a6ce1df5afc Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 5 May 2020 17:55:05 -0700 Subject: [PATCH] update Makefile to include required build steps --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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... -- 2.30.2