From 2b38df821262b09ff6e3e44107fa15dc48fd71a7 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Fri, 3 Apr 2026 17:38:10 +0200 Subject: remove dependency of all emojis on Makefile its annoying --- Makefile | 6 +++--- 1 file 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/%/: -- cgit v1.2.3