summaryrefslogtreecommitdiffstats
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 dc702c4..7f8696f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,4 @@ CC=gcc
make:
$(CC) -c koh.c
$(CC) -c fractal.c
- $(CC) koh.o fractal.o -o fractal \ No newline at end of file
+ $(CC) koh.o fractal.o -o fractal -lSDL2 \ No newline at end of file