Add giza library to makefile

spacecruft
Jeff Moe 2023-01-20 13:10:46 -07:00
parent d839b70c4d
commit cc8270beb4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
CFLAGS = -O3 CFLAGS = -O3
# Linking flags # Linking flags
LFLAGS = -lcpgplot -lpgplot -lX11 -lpng -lm -lgsl -lgslcblas LFLAGS = -lcpgplot -lpgplot -lX11 -lpng -lm -lgsl -lgslcblas -lgiza
# Compiler # Compiler
CC = gcc CC = gcc