From a190d014340a0f88a65a2a6cc13c8075d1d7bd1d Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 2 Dec 2017 14:52:39 +0100 Subject: add LICENSE --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e93e47b..97523e6 100644 --- a/Makefile +++ b/Makefile @@ -17,14 +17,14 @@ include ../../plugin.mk # Convenience target for including files in the distributable release -DIST_NAME = Template +DIST_NAME = solmods .PHONY: dist dist: all ifndef VERSION $(error VERSION must be defined when making distributables) endif mkdir -p dist/$(DIST_NAME) - cp LICENSE* dist/$(DIST_NAME)/ + cp LICENSE* README* dist/$(DIST_NAME)/ cp $(TARGET) dist/$(DIST_NAME)/ cp -R res dist/$(DIST_NAME)/ cd dist && zip -5 -r $(DIST_NAME)-$(VERSION)-$(ARCH).zip $(DIST_NAME) -- cgit v1.2.3