Skip to content

Commit

Permalink
makefile: update version info and create lha archive
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcoles committed Dec 30, 2023
1 parent 9b41fa2 commit 16cd0cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ releaseoptions=IGNORECACHE OPTI SHOWFNAME
compiler=EVO
expprogramname=AmiExpress
acpprogramname=ACP
version=5.6.0-dev
version=5.6.0

ifeq ($(build),release)
options=$(releaseoptions)
Expand Down Expand Up @@ -137,5 +137,8 @@ dist: ACP express5 jsonImport icon2cfg qwk ftn axSetupTool
Copy deployment/Install\ Ami-Express.info Rel/
Copy deployment/File_Id.Diz Rel/
Copy deployment/read_me.txt Rel/
Lha -r a t:Amix560.lha Rel/
Copy t:Amix560.lha Rel/
-delete t:Amix560.lha

.PHONY: expversion.e axSetupTool

0 comments on commit 16cd0cd

Please sign in to comment.