Added Makefile and releases files

This commit is contained in:
George Sokianos 2021-12-27 15:11:10 +00:00
parent 03f2818657
commit 95ece12d74
4 changed files with 25 additions and 0 deletions

25
Makefile.os4 Normal file
View File

@ -0,0 +1,25 @@
#
# Project: Lite XL
#
# Created on: 26-12-2021
#
.PHONY: build release
default: build
build:
@sh os4build.sh
release:
mkdir -p release/LiteXL
cp release_files/* release/LiteXL/ -r
mv release/LiteXL/LiteXL.info release/
cp data release/LiteXL/ -r
cp doc release/LiteXL/ -r
cp lite release/LiteXL/
strip release/LiteXL/lite
cp README.md release/LiteXL/
cp README_OS4.md release/LiteXL/
cp LICENSE release/LiteXL/
lha -aeqr3 a LiteXL.lha release/

BIN
release_files/LiteXL.info Normal file

Binary file not shown.

Binary file not shown.

BIN
release_files/lite.info Normal file

Binary file not shown.