aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4478f7fb2ffabcf7677e82ec67354ebe73b000f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
all: clean bootstrap comments fonts icons js 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
js:
	@bash scripts/js.sh

autoprefixer:
	@bash scripts/autoprefixer.sh