From af1d25613b7e1bace9ccabad1bcc9136d6417b07 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 12 May 2021 20:24:05 +0200 Subject: Added visualization with basic commands --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e9386d..72b707a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra $(shell pkgconf --cflags sdl2) -LDFLAGS = $(shell pkgconf --libs sdl2) +CFLAGS = -Wall -Wextra $(shell pkgconf --cflags sdl2 SDL2_gfx) +LDFLAGS = -lm $(shell pkgconf --libs sdl2 SDL2_gfx) NAME = fourier-series-viz -- cgit