From fe64b68407b6b365eb3d8afe752bc8bb61ad6a81 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 15 Jan 2024 22:00:43 +0100 Subject: [PATCH] chore(Makefile): add make clean --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a0be476e5..68cb2c1b0 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,10 @@ node_modules: .npmrc package.json .npmrc: command gup .npmrc +.PHONY: clean +clean: + rm -rf node_modules + .PHONY: %.lock %.lock: [ -e $@ ] || touch $@