summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-03 15:22:16 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-03 15:22:16 +0000
commit95118b3b96d18c5255f1d273b07c387058b32e09 (patch)
tree38e1b330e3a725f66c67ff370b50b02a0a797702 /Makefile
parent847d000f998d05afc7eef589319159778ff3d5de (diff)
Clean now uses BUILD_DIR variable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b28db0a..eb1fad1 100644
--- a/Makefile
+++ b/Makefile
@@ -83,5 +83,5 @@ clean:
@find . -name "*.bak" -exec rm {} \;
@$(MAKE) -s -C doc clean
@$(MAKE) -s -C templates clean
- rm -rf build
+ rm -rf $(BUILD_DIR)
rm -f predepend