Mercurial > code > home > repos > href
diff makefile @ 28:7c82ffbca5d0
py3 and k8s upgrade
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Jul 2020 13:16:33 -0700 |
parents | d6a09e8efa56 |
children |
line wrap: on
line diff
--- a/makefile Sat Dec 24 20:19:23 2016 -0800 +++ b/makefile Sun Jul 12 13:16:33 2020 -0700 @@ -1,7 +1,4 @@ -all: bin/python static/lib/jquery-1.9.1.min.js static/lib/knockout-2.2.1.js static/lib/select2 static/lib/async-2013-03-17.js static/lib/jquery.rdfquery.rdfa.min-1.0.js static/lib/RDFa.min.0.21.0.js - -bin/python: - bin/pip install -r pydeps +all: static/lib/jquery-1.9.1.min.js static/lib/knockout-2.2.1.js static/lib/select2 static/lib/async-2013-03-17.js static/lib/jquery.rdfquery.rdfa.min-1.0.js static/lib/RDFa.min.0.21.0.js static/lib/jquery-1.9.1.min.js: curl -o $@ http://code.jquery.com/jquery-1.9.1.min.js