diff options
author | Christian C <cc@localhost> | 2025-03-05 21:57:20 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-05 21:57:20 -0800 |
commit | 22db7ab4cb3b2928095bd9775fb015a5e28487f6 (patch) | |
tree | 24f1d1538809795b8b356810b6b3e6fc8dc627b4 /Makefile | |
parent | 74ae06a582b7c567caf3c04e5bf5dfabf6671f31 (diff) |
Save to PNG
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -PKGS=libtiff-4 raylib +PKGS=libtiff-4 raylib libpng EXE=prog BUILD_DIR=build/ OBJ_DIR=$(BUILD_DIR)obj/ |