diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-22 16:33:11 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-22 16:33:11 -0700 |
| commit | d38020bc5ac0fe7b6ff060c62943c277d4beb3bf (patch) | |
| tree | 032a888313e2abc71cc8cbd3689aec202737d695 /Makefile | |
| parent | 5224199fcf017101de224574c0a6ab502d7dd772 (diff) | |
Actually removing the tests now that they're inline.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ optimize: build $(CORE_LUA_FILES) $(LIB_LUA_FILES) .PHONY: clean clean: @echo "\033[1mDeleting...\033[0m" - @rm -rvf version core/*.lua lib/*.lua tools/*.lua tests/*.lua compatibility/*.lua + @rm -rvf version core/*.lua lib/*.lua tools/*.lua compatibility/*.lua .PHONY: install install: build version optimize @@ -68,7 +68,7 @@ install: build version optimize && chmod +x $$prefix/bin/nomsu$$version \ && cp -v nomsu $$prefix/bin \ && cp -v doc/nomsu.1 $$prefix/share/man/man1 \ - && cp -rv $(LUA_FILES) $(PEG_FILES) core lib compatibility tools tests $$prefix/share/nomsu/$$version; + && cp -rv $(LUA_FILES) $(PEG_FILES) core lib compatibility tools $$prefix/share/nomsu/$$version; .PHONY: uninstall uninstall: version |
