aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ea4a19d4ed0b82279d1d956e67c9f39fa4a3014d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
all: clean bootstrap comments fonts icons styles autoprefixer

clean:
	@rm -rf dist/

comments:
	@bash scripts/comments.sh

bootstrap:
	@bash scripts/bootstrap.sh

icons:
	@bash scripts/icons.sh

styles:
	@bash scripts/styles.sh

fonts:
	@bash scripts/fonts.sh

autoprefixer:
	@bash scripts/autoprefixer.sh