summaryrefslogtreecommitdiff
path: root/Week1-Pacman/Makefile
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2024-12-14 08:16:53 +0300
committerBoredGuy <osome3717@gmail.com>2024-12-14 08:16:53 +0300
commit36144cc98ed6d96cc4f28e73d8da3434774c5d7a (patch)
tree947de22d753cdba817bf3de7c48b97de8351c891 /Week1-Pacman/Makefile
parent0979d3fef156da87b906c55621b49634dced28ba (diff)
Animation system updates
- implement draw_animation - add dpi scaling
Diffstat (limited to 'Week1-Pacman/Makefile')
-rw-r--r--Week1-Pacman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Week1-Pacman/Makefile b/Week1-Pacman/Makefile
index c0caff7..f7404b6 100644
--- a/Week1-Pacman/Makefile
+++ b/Week1-Pacman/Makefile
@@ -5,7 +5,7 @@
# @version 0.1
CC=gcc
-CFLAGS=-Wall -lSDL2
+CFLAGS=-Wall -lSDL2 -lSDL2_image
HEADERS=$(wildcard src/*.h)
CFILES=$(wildcard src/*.c)