From c6592686b2c764713f3cd3d4f2352b1d196ead31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 18 Jul 2019 15:23:12 +0200 Subject: Update Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82271f9c3..59f904fd2 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ stylelint-fix: # Cleaning clean: - rm -f js/* + rm -rf js/* clean-dev: rm -rf node_modules -- cgit v1.2.3