rainbow quox
This commit is contained in:
parent
6681d2eefb
commit
da06033eed
45 changed files with 646 additions and 4 deletions
10
Makefile
10
Makefile
|
@ -1,10 +1,12 @@
|
|||
CSS = $(wildcard style/*.css) $(shell find fonts -type f)
|
||||
PAGES = index.html pubkey.txt
|
||||
CSS = $(wildcard style/*.css) $(shell find fonts -type f) \
|
||||
rainbow-quox/style.css
|
||||
PAGES = index.html pubkey.txt rainbow-quox/index.html
|
||||
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
|
||||
SCRIPTS = $(patsubst %.ts,%.js,$(wildcard script/*.ts))
|
||||
$(wildcard media/icons/*) $(wildcard media/bg/*) 8831.png 8831-quox.png \
|
||||
$(wildcard rainbow-quox/front/*) $(wildcard rainbow-quox/back/*)
|
||||
SCRIPTS = $(patsubst %.ts,%.js,$(wildcard script/*.ts)) rainbow-quox/colour.js
|
||||
MISC = $(shell find .well-known -type f)
|
||||
ALL = $(CSS) $(PAGES) $(MEDIA) $(SCRIPTS) $(MISC)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue