Skip to content

Commit

Permalink
Updated Makefile with modifications from PyFeast.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp committed Feb 23, 2014
1 parent 04c3d2d commit c8cb84e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#You should have received a copy of the GNU Lesser General Public License
#along with MIToolbox. If not, see <http://www.gnu.org/licenses/>.

PREFIX = /usr/local
CXXFLAGS = -O3 -fPIC
COMPILER = gcc
objects = ArrayOperations.o CalculateProbability.o Entropy.o \
Expand Down Expand Up @@ -94,3 +95,8 @@ clean:
rm *.o
rm libMIToolbox.so

.PHONY : install
install:
$(MAKE)
@echo "Installing libMIToolbox.so to $(PREFIX)/lib"
@cp -v libMIToolbox.so $(PREFIX)/lib

0 comments on commit c8cb84e

Please sign in to comment.