Commit Graph

8 Commits

Author SHA1 Message Date
Bryan Schumaker fd198294ee makefile: Compile modules from command line
If we compile everything during the "make" step, the compiled modules
can be installed and the python won't have to regenerate them on every
startup.
2011-06-25 18:53:49 -04:00
Bryan Schumaker a973ef196f makefile: Remove ocarina.py as part of clean
It's automatically generated during the make process, so it should be
removed during `make clean`.  I also want to run a `make clean` before
doing an update.
2011-05-11 22:34:31 -04:00
Bryan Schumaker 7818379349 ocarina: Fix makefile
This allows me to install / update a current install
2011-05-01 12:28:46 -04:00
Bryan Schumaker e84cbdf42e Generate new ocarina.py
I detect what version of python to use and write ocarina.py based on
that.
2011-05-01 12:04:10 -04:00
Bryan Schumaker 7012c9a9af Modified makefile
The makefile reflects my new way of installing from git (using the git
daemon instead of http).
2010-11-09 19:20:06 -05:00
Bryan Schumaker 30cb8298b1 Force ln
When installing, force ln to work (even if /usr/bin/ocarina already
exists)
2010-11-04 10:07:03 -04:00
Bryan Schumaker e67c8257c9 Makefile improvements
The makefile now installs, uninstalls and updates an installed version
of ocarina.  The default "all" will run the program.
2010-11-03 21:46:41 -04:00
bjschuma 08d0b05467 Added makefile 2010-08-07 11:31:29 -04:00