comparison Makefile @ 1145:66f063ca2d24

bug correction for makefile
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 28 Apr 2020 10:17:49 -0400
parents 0d7e5e290ea3
children f67b4f892195
comparison
equal deleted inserted replaced
1144:6a8fe3ed3bc6 1145:66f063ca2d24
27 install: cexe installpython 27 install: cexe installpython
28 @echo "=========================================" 28 @echo "========================================="
29 @echo "Installing for Linux" 29 @echo "Installing for Linux"
30 @echo "=========================================" 30 @echo "========================================="
31 @echo "Installing feature-based tracking executable" 31 @echo "Installing feature-based tracking executable"
32 @cp bin/feature-based-tracking /usr/local/bin 32 @cp bin/feature-based-tracking $(INSTALL_DIR)
33 uninstall: 33 uninstall:
34 @echo "Uninstalling for Linux" 34 @echo "Uninstalling for Linux"
35 rm $(INSTALL_DIR)/feature-based-tracking 35 rm $(INSTALL_DIR)/feature-based-tracking
36 @cd scripts && ./uninstall-scripts.sh $(INSTALL_DIR) 36 @cd scripts && ./uninstall-scripts.sh $(INSTALL_DIR)