From ddef8be3df626d63f6e575d4c1416295a22371ad Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Jan 2019 17:14:34 -0800 Subject: Moved compatibility to lib/ and fixed path searching for .peg files. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2497dde..be82267 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ optimize: lua $(LIB_LUA_FILES) .PHONY: clean clean: @echo "\033[1mDeleting...\033[0m" - @rm -rvf version lib/*.lua lib/*/*.lua compatibility/*.lua + @rm -rvf version lib/*.lua lib/*/*.lua .PHONY: install install: lua version optimize @@ -78,7 +78,7 @@ install: lua 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) lib compatibility $$prefix/share/nomsu/$$version; + && cp -rv $(LUA_FILES) $(PEG_FILES) lib $$prefix/share/nomsu/$$version; .PHONY: uninstall uninstall: version -- cgit v1.2.3