Mercurial > hg > nsaunier > traffic-intelligence
view Makefile @ 558:a80ef6931fd8
updated safety-analysis to test multiprocessing
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 14 Jul 2014 17:44:09 -0400 |
| parents | 7d051afcb22d |
| children | 5b534ad95bfb |
line wrap: on
line source
cexe: @cd c && make feature-based-tracking doc: doxygen clean: @cd c && make clean @cd python && rm *.pyc install: cexe @echo "=========================================" @echo "Copying feature-based tracking executable" @cp bin/feature-based-tracking /usr/local/bin @echo "=========================================" @echo "Copying Python scripts" @cp scripts/* /usr/local/bin
