Skip to content

Commit

Permalink
More minor modifications to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp committed Feb 3, 2015
1 parent cecda1a commit 56330dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ objects = ArrayOperations.o CalculateProbability.o Entropy.o \
WeightedEntropy.o WeightedMutualInformation.o

libMIToolbox.so : $(objects)
$(COMPILER) $(CXXFLAGS) -shared -o libMIToolbox.so $(objects)
$(COMPILER) $(CXXFLAGS) -shared -o libMIToolbox.so $(objects) -lm

WeightedMutualInformation.o: WeightedMutualInformation.c MIToolbox.h ArrayOperations.h \
CalculateProbability.h WeightedEntropy.h
Expand Down

0 comments on commit 56330dc

Please sign in to comment.