diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-03 17:37:33 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-03 17:37:33 +0200 |
| commit | 065e1b8527ea23911d1d9aa2f57a83489dc165dd (patch) | |
| tree | 47192deb72534ccb48c5876331638bc648d4b1bd | |
| parent | 400466de267dd41abd5fc4fd8e8a2c8170b0c9cc (diff) | |
| download | usermoji-065e1b8527ea23911d1d9aa2f57a83489dc165dd.tar.xz | |
pets are now a postfix like everything else
| -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: |
