forked from DeutscheSoft/aux-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
28 lines (22 loc) · 777 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.PHONY: prettier icons all
all: check
icons: Makefile
./tools/icongen.py -p aux- styles/fonts/AUXIcons
./tools/icongen.py -p aux- styles/fonts/AUXShapes
./tools/icongen.py -c -h styles/fonts/AUXShapes100
./tools/icongen.py -c -h styles/fonts/AUXShapes200
./tools/icongen.py -c -h styles/fonts/AUXShapes300
./tools/icongen.py -c -h styles/fonts/AUXShapes400
./tools/icongen.py -c -h styles/fonts/AUXShapes500
./tools/icongen.py -c -h styles/fonts/AUXShapes600
./tools/icongen.py -c -h styles/fonts/AUXShapes700
./tools/icongen.py -c -h styles/fonts/AUXShapes800
./tools/icongen.py -c -h styles/fonts/AUXShapes900
prettier:
cd prettier && npm run prettier
check:
cd jshint && npm run check
docs:
cd doc && npm run build
backstop:
cd backstop && npm run test