diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-10 08:35:08 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-10 08:35:08 -0800 |
commit | 43724435feb64cb11ab77cc08004b9123206c70d (patch) | |
tree | ea75f0df99c092fbf376f32d5f912b51f282c487 /Makefile | |
parent | b397edcfbd3b474467fbf6266f39fc73a05bd09e (diff) | |
download | teliva-43724435feb64cb11ab77cc08004b9123206c70d.tar.gz |
drop an obsolete build target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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) |