From 6d9c284a24555a7df0b37661ff3c5491d6d0449a Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 10 May 2020 14:08:07 +0200 Subject: First primitive cardioid drawing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3fa3dd..44c7a9c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OBJDIR = obj CC = gcc CCFLAGS = -Wall -Wextra -I$(INCDIR) $(shell sdl2-config --cflags) -LDFLAGS = $(shell sdl2-config --libs) +LDFLAGS = $(shell sdl2-config --libs) -lm SRC = $(shell find $(SRCDIR) -type f -name "*.c") INC = $(shell find $(INCDIR) -type f -name "*.h") -- cgit