From ffb0a8857ab68baa22e7f232e988951802aa4312 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 5 Jan 2019 16:57:11 +0000 Subject: [PATCH] clean deeply, or 'cleanOutput' --- scripts/build/make/dnx.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build/make/dnx.mk b/scripts/build/make/dnx.mk index a5a5f6b1..201d4fce 100644 --- a/scripts/build/make/dnx.mk +++ b/scripts/build/make/dnx.mk @@ -48,6 +48,7 @@ watch: project.lock.json clean: rm -rf bin obj + rm project.lock.json cleanoutput: rm -rf bin/$(CONFIGURATION)