Skip to content

Commit b97ab4b

Browse files
max-nextcloudAndyScherzinger
authored andcommitted
enh(makefile): clean up css as well
Signed-off-by: Max <max@nextcloud.com>
1 parent 99e9ee8 commit b97ab4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ clean-dev:
7070

7171
clean-git:
7272
rm -r js/
73-
git checkout -- js/
73+
rm -r css/
74+
git checkout -- js/ css/

0 commit comments

Comments
 (0)