diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-03 17:38:10 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-03 17:38:10 +0200 |
| commit | 2b38df821262b09ff6e3e44107fa15dc48fd71a7 (patch) | |
| tree | 3a4e3e0f757cf682333434332d5dbfc05eb7c691 | |
| parent | 065e1b8527ea23911d1d9aa2f57a83489dc165dd (diff) | |
| download | usermoji-2b38df821262b09ff6e3e44107fa15dc48fd71a7.tar.xz | |
remove dependency of all emojis on Makefile its annoying
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,13 +2,13 @@ USERS != ls plain | xargs basename -s .png all: cube thoughts petpet -out/cube/%cube.gif: plain/%.png mkcube tools/Vulkan-Tools/ Makefile | out/cube/ +out/cube/%cube.gif: plain/%.png mkcube tools/Vulkan-Tools/ | out/cube/ ./mkcube $< $@ -out/petpet/%pets.gif: plain/%.png tools/petpet/ Makefile | out/petpet/ +out/petpet/%pets.gif: plain/%.png tools/petpet/ | out/petpet/ ./tools/petpet/init.js $< $@ -out/thoughts/%thoughts.png: plain/%.png mkthoughts thoughts/ Makefile | out/thoughts/ +out/thoughts/%thoughts.png: plain/%.png mkthoughts thoughts/ | out/thoughts/ ./mkthoughts $< $@ $$(grep "^$$(basename -s .png $<) " thoughts/colors.txt | cut -d' ' -f 2) out/%/: |
