summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2010-03-15 04:07:49 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2010-03-15 04:07:49 +0100
commit134d65b44b9b66886761ecad2a18b2a4a7d7ae74 (patch)
treeb3a204ab4e4d269b7a485a788de61ffdd25570b5 /Makefile
parentcf5f789556391ddeab32e8de6df62b3ef166f401 (diff)
downloadmupdf-134d65b44b9b66886761ecad2a18b2a4a7d7ae74.tar.xz
Remove complete build directory when nuking build, instead of just its contents.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28157a02..ad503fe8 100644
--- a/Makefile
+++ b/Makefile
@@ -298,5 +298,5 @@ clean:
$(RM) $(HOSTDIR)/*
nuke:
- rm -rf build/*
+ rm -rf build