UNPKG
notification-component
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Notification component
notification-component
/
Makefile
15 lines
(9 loc)
•
207 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build: notification.css index.js template.js components
@component build
template.js: template.html
@component convert
$<
components:
@component install
clean:
rm -fr build components
.PHONY
: clean