summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-22 17:21:30 +0000
committerSteven Barth <steven@midlink.org>2008-05-22 17:21:30 +0000
commitb515d6f88e8cbfe1b742d0a5cc99aa2d55b6c38e (patch)
tree54974b75609a670549c83864684f81f7a24ccc41 /Makefile
parent505c3208c90d649cd2397a100c93925d480cce91 (diff)
* Changed Makefiles to use mainline Lua
* Added a dispatching shortcut (thanks to Jow)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 473d031fb..8d4c73b00 100644
--- a/Makefile
+++ b/Makefile
@@ -18,5 +18,5 @@ host: build
mkdir -p host/ffluci
for i in $(MODULES); do cp $$i/dist$(LUCI_INSTALLDIR) host/ -R 2>/dev/null || true; done
-hostclean:
+hostclean: clean
rm host -rf