aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03be06e..dc19c48 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CCFLAGS = -Wall -Wextra
LDFLAGS = -lm $(shell sdl2-config --libs --cflags)
HEADER = header.h
-SRC = main.c graphics.c mandelbrot.c
+SRC = main.c graphics.c mandelbrot.c helper.c
OBJ = $(SRC:.c=.o)
RM = rm -f