Mercurial > hg > nsaunier > traffic-intelligence
view Makefile @ 606:75ad9c0d6cc3
update the method to use multi featutes instead on single feature
| author | MohamedGomaa |
|---|---|
| date | Mon, 24 Nov 2014 13:02:10 -0500 |
| parents | 5b534ad95bfb |
| children | 5e09583275a4 |
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 "Installing for Linux" @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 uninstall: @echo "Uninstalling for Linux" rm /usr/local/bin/feature-based-tracking @cd scripts && ./uninstall-scripts.sh
