Skip to content

Commit 9c28b1f

Browse files
committed
src/Makefile: remove css directory in make clean
1 parent ebd4104 commit 9c28b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BROWSERIFY := node_modules/.bin/browserify
22
PRETTIER := node_modules/.bin/prettier
33
LESSC := node_modules/.bin/lessc
44

5-
CLEAN_FILES := js
5+
CLEAN_FILES := js css
66
PRETTIER_FILES := $(wildcard *.json *.js popup/*.js options/*.js *.less popup/*.less options/*.less *.html popup/*.html options/*.html)
77

88
.PHONY: all

0 commit comments

Comments
 (0)