diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
