From 065e1b8527ea23911d1d9aa2f57a83489dc165dd Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Fri, 3 Apr 2026 17:37:33 +0200 Subject: pets are now a postfix like everything else --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c3ce4464..c46354e8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: cube thoughts petpet out/cube/%cube.gif: plain/%.png mkcube tools/Vulkan-Tools/ Makefile | out/cube/ ./mkcube $< $@ -out/petpet/pet_%.gif: plain/%.png tools/petpet/ Makefile | out/petpet/ +out/petpet/%pets.gif: plain/%.png tools/petpet/ Makefile | out/petpet/ ./tools/petpet/init.js $< $@ out/thoughts/%thoughts.png: plain/%.png mkthoughts thoughts/ Makefile | out/thoughts/ @@ -15,7 +15,7 @@ out/%/: mkdir -p $@ cube: $(patsubst %, out/cube/%cube.gif, $(USERS)) -petpet: $(patsubst %, out/petpet/pet_%.gif, $(USERS)) +petpet: $(patsubst %, out/petpet/%pets.gif, $(USERS)) thoughts: $(patsubst %, out/thoughts/%thoughts.png, $(USERS)) clean: -- cgit v1.2.3