diff options
Diffstat (limited to 'fly-tools')
-rw-r--r-- | fly-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fly-tools/Makefile b/fly-tools/Makefile index 1952419..d564f55 100644 --- a/fly-tools/Makefile +++ b/fly-tools/Makefile @@ -1,7 +1,7 @@ CPPC = g++ CC = gcc CPPFLAGS = -O2 -Wall -s $(shell pkg-config --cflags --libs ImageMagick++ gsl) -CFLAGS = -O2 -Wall -s $(shell pkg-config --cflags --libs MagickWand gsl) +CFLAGS = -O2 -Wall -s $(shell pkg-config --cflags --libs MagickWand ) all: FilterFlyMask FlyTrackingMain mask-generator derive-background |