style stuff
This commit is contained in:
parent
6b960decc9
commit
578176c845
7 changed files with 51 additions and 54 deletions
5
Makefile
5
Makefile
|
@ -4,11 +4,10 @@ MEDIA = \
|
|||
$(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/*) \
|
||||
rainbow-quox/palette.svg rainbow-quox/bright-squares.png \
|
||||
rainbow-quox/back.svg
|
||||
rainbow-quox/palette.svg rainbow-quox/back.svg
|
||||
CSS = $(shell find fonts -type f) \
|
||||
$(patsubst %.scss,%.css, \
|
||||
$(wildcard rainbow-quox/style/*.scss) $(wildcard style/*.css))
|
||||
$(wildcard rainbow-quox/style/*) $(wildcard style/*))
|
||||
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