about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 209a132..8dd86fd 100644
--- a/Makefile
+++ b/Makefile
@@ -55,9 +55,6 @@ all:	$(PLAT)
 $(PLATS) clean:
 	cd src && $(MAKE) $@
 
-test:	dummy
-	src/lua test/hello.lua
-
 install: dummy
 	cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(INSTALL_CMOD)
 	cd src && $(INSTALL_EXEC) $(TO_BIN) $(INSTALL_BIN)