From c1d1e9f25c5feebf4d629ba81c2567f1b4a75247 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Sun, 11 Mar 2018 08:27:29 +0100 Subject: [PATCH] Exclude pd/nw/nw from make realclean, so that we don't have to re-download the nw.js sdk each time. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7795b7066..c6d3e33db 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ realclean: @test -d .git || (echo "Not a git repository, bailing out." && false) git submodule deinit --all -f git checkout . - git clean -dffx + git clean -dffx -e pd/nw/nw/ # Installation targets. These don't work on Mac and Windows right now, you # should use the generated installers on these systems instead. Also, -- GitLab