summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2020-09-05 21:12:46 +0100
committerZoRo <dos21h@gmail.com>2020-09-05 21:12:46 +0100
commita73c7a57888f0f44f298ec425fc5abd3cfcffd62 (patch)
treec94c1234940f12db0be18f2beef844bc5d616324 /Makefile
parent22726f1e87a4fa668b67f276b61231297931359f (diff)
downloadwasm_fractal-a73c7a57888f0f44f298ec425fc5abd3cfcffd62.tar.gz
wasm_fractal-a73c7a57888f0f44f298ec425fc5abd3cfcffd62.zip
Basic queue
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