Commit Graph
3 Commits
Author SHA1 Message Date
Kyle Marek-Spartz 5ce436a3c0 fix: recopy CSS file to build output when its modification time changes 2014-01-28 19:56:49 +00:00
Kyle Marek-Spartz e95bd43dac fix: switch shebang from hardcoded /usr/bin/python to portable /usr/bin/env python
Replace the explicit /usr/bin/python interpreter path with /usr/bin/env python
in generate_corelib.py and generate_docs.py scripts, allowing the system to
use the first python found in PATH instead of a fixed installation location.
2014-01-28 18:56:24 +00:00
Kyle Marek-Spartz 848f0b69bd feat: add initial Makefile with build, clean, test, docs, and corelib targets 2014-01-21 16:20:35 +00:00