aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-05 21:57:20 -0800
committerChristian Cunningham <cc@local.lan>2025-03-05 21:57:20 -0800
commit72b6cb12b761837e9fdf8064102133c0032b8541 (patch)
tree24f1d1538809795b8b356810b6b3e6fc8dc627b4 /Makefile
parenta0e91e3f1ca8d10a669074a2e11d1628932f508b (diff)
Save to PNG
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fafe0b..0b8411b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PKGS=libtiff-4 raylib
+PKGS=libtiff-4 raylib libpng
EXE=prog
BUILD_DIR=build/
OBJ_DIR=$(BUILD_DIR)obj/