diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2017-12-02 13:52:39 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2017-12-02 13:52:39 +0000 |
| commit | a190d014340a0f88a65a2a6cc13c8075d1d7bd1d (patch) | |
| tree | f22f47df723aad20fc1e8fc28ac6e617941f5204 /Makefile | |
| parent | initial commit (diff) | |
| download | vcvmods-0.5.0.tar.gz vcvmods-0.5.0.zip | |
add LICENSEv0.5.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
