Files
opensim/Makefile
Sean Dague 9a06bf47b9 added convenience makefile and nant-color script. I've had these
on my laptop forever, and others might find them useful to be part
of the main tree.
2008-07-10 00:05:21 +00:00

13 lines
233 B
Makefile

all:
export PATH=/usr/local/bin:$(PATH)
./runprebuild.sh
./nant-color
find OpenSim -name \*.mdb -exec cp {} bin \;
clean:
export PATH=/usr/local/bin:$(PATH)
./nant-color clean
tags:
find OpenSim -name \*\.cs | xargs etags