diff options
| -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/%/: |
