release.sh: release helper script
This commit is contained in:
parent
c9a478f7df
commit
6647d6ddda
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ SRC += stmt_string.cpp
|
||||
OBJ = $(patsubst %.cpp,%.o,$(SRC))
|
||||
DEP = $(patsubst %.cpp,%.d,$(SRC))
|
||||
|
||||
MAIN = scu-dsp-asm
|
||||
MAIN ?= scu-dsp-asm
|
||||
|
||||
all: $(MAIN)
|
||||
|
||||
|
7
release.sh
Normal file
7
release.sh
Normal file
@ -0,0 +1,7 @@
|
||||
V=2
|
||||
M=scu-dsp-asm.$V
|
||||
|
||||
make TARGET=x86_64-pc-linux-gnu- MAIN=$M.Linux.x86_64 clean all
|
||||
make TARGET=x86_64-w64-mingw32- MAIN=$M.Windows.x86_64.exe clean all
|
||||
make TARGET=i686-w64-mingw32- MAIN=$M.Windows.i686.exe clean all
|
||||
#make MAIN=$M.MacOS-Ventura.x86_64 clean all
|
Loading…
x
Reference in New Issue
Block a user