From 78d9067c150e35a56a4435e8b6596c8a64f5c363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 16 Oct 2019 10:35:23 +0200 Subject: Add clean-git makefile target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59f904fd2..c63742278 100644 --- a/Makefile +++ b/Makefile @@ -63,3 +63,6 @@ clean: clean-dev: rm -rf node_modules +clean-git: + rm -r js/ + git checkout -- js/ -- cgit v1.2.3