projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b92022
)
add make install and make test
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 2 May 2019 12:46:07 +0000
(13:46 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 2 May 2019 12:46:07 +0000
(13:46 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0a291687b3449c646680206cecd532c4b2bc63c3..185a0d223124d60253041a59d1f53835adc84df3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,3
+1,9
@@
gitupdate:
git submodule init
git submodule update --recursive
+
+install:
+ python3 setup.py develop # yes, develop, not install
+
+test:
+ python3 setup.py test # could just run nosetest3...