diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
