diff --git a/makefile b/makefile index 05b9308..afbafc2 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ CFLAGS = -O3 # Linking flags -LFLAGS = -lcpgplot -lpgplot -lX11 -lpng -lm -lgsl -lgslcblas +LFLAGS = -lcpgplot -lpgplot -lX11 -lpng -lm -lgsl -lgslcblas -lgiza # Compiler CC = gcc