UNPKG
democracyos-aurora-calendar
Version:
latest (1.0.0)
1.0.0
Aurora calendar theme
democracyos-aurora-calendar
/
Makefile
15 lines
(9 loc)
•
190 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build: components style.css
@component build --dev
style.css: aurora-calendar.css
rework <
$<
>
$@
components:
@component install --dev
clean:
rm -fr build components
.PHONY
: clean