aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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: