From cc8270beb4f9d07f98dc35bb7dad641ed118ef7b Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Fri, 20 Jan 2023 13:10:46 -0700 Subject: [PATCH] Add giza library to makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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