projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f07eb
)
update Makefile to include required build steps
author
Jacob Lifshay
<programmerjake@gmail.com>
Wed, 6 May 2020 00:55:05 +0000
(17:55 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Wed, 6 May 2020 00:55:05 +0000
(17:55 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 185a0d223124d60253041a59d1f53835adc84df3..32f445b273b65ae91444900d2891be006af01913 100644
(file)
--- 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...