From b515d6f88e8cbfe1b742d0a5cc99aa2d55b6c38e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 22 May 2008 17:21:30 +0000 Subject: * Changed Makefiles to use mainline Lua * Added a dispatching shortcut (thanks to Jow) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 473d031fb0..8d4c73b005 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 -- cgit v1.2.3