velzek
This commit is contained in:
parent
7e4518bdaf
commit
898c7753a4
30 changed files with 500 additions and 3 deletions
8
Makefile
8
Makefile
|
@ -1,13 +1,15 @@
|
|||
PAGES = index.html pubkey.txt rainbow-quox/index.html
|
||||
PAGES = index.html pubkey.txt rainbow-quox/index.html velzek/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 \
|
||||
$(wildcard rainbow-quox/front/*) $(wildcard rainbow-quox/back/*) \
|
||||
$(wildcard rainbow-quox/*.svg) rainbow-quox/palette.svg
|
||||
$(wildcard rainbow-quox/*.svg) rainbow-quox/palette.svg \
|
||||
$(wildcard velzek/*.webp) $(wildcard velzek/*.png)
|
||||
CSS = $(shell find fonts -type f) \
|
||||
$(patsubst %.scss,%.css, \
|
||||
$(wildcard rainbow-quox/style/*) $(wildcard style/*))
|
||||
$(wildcard rainbow-quox/style/*) $(wildcard style/*)) \
|
||||
velzek/style.css
|
||||
SCRIPTS = $(patsubst %.ts,%.js,$(wildcard script/*.ts rainbow-quox/script/*.ts))
|
||||
MISC = $(shell find .well-known -type f)
|
||||
ALL = $(CSS) $(PAGES) $(MEDIA) $(SCRIPTS) $(MISC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue