File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
3939 [ -f build/unix/toolshed-*.zip ] && ls build/unix/toolshed-*.zip | xargs -I {} bash -c 'echo; md5sum {}; ls -al --color=auto {}; unzip -l -v {}'
4040
4141 - name : Release
42- uses : softprops/action-gh-release@v1
42+ uses : softprops/action-gh-release@v2
4343 env :
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4545 with :
4646 files : |
47- " build/unix/toolshed-*.tgz"
48- " build/unix/toolshed-*.zip"
47+ build/unix/toolshed-*.tgz
48+ build/unix/toolshed-*.zip
4949
Original file line number Diff line number Diff line change 1414INSTALLDIR = /usr/local/bin
1515DOCDIR = /usr/local/share/toolshed
1616endif
17- APPS = ar2 os9 mamou cecb decb tocgen makewav dis68
17+ APPS = ar2 os9 mamou cecb decb tocgen makewav dis68 lst2cmt
1818
1919DIRS = libtoolshed libnative libcecb librbf libcoco libdecb libmisc libsys \
20- decb cecb os9 makewav tocgen \
20+ decb cecb os9 makewav tocgen lst2cmt \
2121 dis68 mamou ar2 \
2222 doc
2323
@@ -27,7 +27,7 @@ MAKEPACKAGE = zip -9
2727else
2828PACKAGENAME = $(PACKAGENAME_UNIX )
2929MAKEPACKAGE = tar czvf
30- DIRS := $(DIRS ) cocofuse lst2cmt unittest
30+ DIRS := $(DIRS ) cocofuse unittest
3131APPS := $(APPS ) cocofuse
3232endif
3333
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ vpath %.c ../../../lst2cmt
66CFLAGS += -I../../../include -Wall
77# LDFLAGS +=
88
9- lst2cmt : lst2cmt.o
9+ lst2cmt$( SUFEXE ) : lst2cmt.o
1010 $(CC ) -o $@ $^ $(LDFLAGS )
1111
1212clean :
You can’t perform that action at this time.
0 commit comments