palette
This commit is contained in:
parent
d0099fbf19
commit
815ef5c23f
10 changed files with 256 additions and 131 deletions
6
Makefile
6
Makefile
|
@ -5,7 +5,8 @@ MEDIA = \
|
|||
$(wildcard media/*.png) $(wildcard media/*.gif) $(wildcard media/*.webp) \
|
||||
$(wildcard media/flags/*) $(wildcard media/buttons/*) \
|
||||
$(wildcard media/icons/*) $(wildcard media/bg/*) 8831.png 8831-quox.png \
|
||||
$(wildcard rainbow-quox/front/*) $(wildcard rainbow-quox/back/*)
|
||||
$(wildcard rainbow-quox/front/*) $(wildcard rainbow-quox/back/*) \
|
||||
rainbow-quox/palette.svg
|
||||
SCRIPTS = $(patsubst %.ts,%.js,$(wildcard script/*.ts rainbow-quox/*.ts))
|
||||
MISC = $(shell find .well-known -type f)
|
||||
ALL = $(CSS) $(PAGES) $(MEDIA) $(SCRIPTS) $(MISC)
|
||||
|
@ -59,6 +60,9 @@ $(BUILDDIR)/%.js: %.ts
|
|||
--lib dom,es2023 --target es2015 \
|
||||
--outDir $(dir $@) $^
|
||||
|
||||
$(BUILDDIR)/rainbow-quox/palette.svg: rainbow-quox/palette.svg.raku
|
||||
raku $^ $@
|
||||
|
||||
|
||||
clean:
|
||||
$(RM) -r $(TMPDIR) $(BUILDDIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue