aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-03 17:38:10 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-03 17:38:10 +0200
commit2b38df821262b09ff6e3e44107fa15dc48fd71a7 (patch)
tree3a4e3e0f757cf682333434332d5dbfc05eb7c691
parent065e1b8527ea23911d1d9aa2f57a83489dc165dd (diff)
downloadusermoji-2b38df821262b09ff6e3e44107fa15dc48fd71a7.tar.xz
remove dependency of all emojis on Makefile its annoying
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c46354e8..c77b57fb 100644
--- a/Makefile
+++ b/Makefile
@@ -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/%/: