chore(Makefile): add make clean

This commit is contained in:
Sarah Vaupel 2024-01-15 22:00:43 +01:00
parent d01c9d5c93
commit fe64b68407

View File

@ -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 $@