aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-05 22:40:24 -0800
committerChristian Cunningham <cc@local.lan>2025-03-05 22:40:24 -0800
commiteb5436ef64b29d2300d2f8c8145e3b3239bf5c61 (patch)
tree77e09a49510d1ee7af6436c809f9db0c8e17d37e /Makefile
parent64c25e16f39ee3c29897625c19d7683db6504310 (diff)
Make raylib optional
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b8411b..7da1156 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-PKGS=libtiff-4 raylib libpng
+PKGS=libtiff-4 libpng
+#PKGS+=raylib
EXE=prog
BUILD_DIR=build/
OBJ_DIR=$(BUILD_DIR)obj/