mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-04-16 12:08:20 +02:00
Update creation of choco package in Makefile
This commit is contained in:
parent
e68de92a6f
commit
c8e0474f56
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -3,8 +3,9 @@
|
|||||||
# shell scripts
|
# shell scripts
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
|
|
||||||
# Windows batch files
|
# Windows files
|
||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
|
tools/VERIFICATION.txt text eol=crlf
|
||||||
|
|
||||||
# the test cases
|
# the test cases
|
||||||
/test/*.txt text eol=lf
|
/test/*.txt text eol=lf
|
||||||
|
4
Makefile
4
Makefile
@ -93,10 +93,10 @@ choco: tools/LICENSE.txt tools/boxes.cfg tools/boxes.exe
|
|||||||
choco pack --version=$(BVERSION)
|
choco pack --version=$(BVERSION)
|
||||||
|
|
||||||
tools/LICENSE.txt: LICENSE
|
tools/LICENSE.txt: LICENSE
|
||||||
cp LICENSE tools/LICENSE.txt
|
unix2dos -n LICENSE tools/LICENSE.txt
|
||||||
|
|
||||||
tools/boxes.cfg: boxes-config
|
tools/boxes.cfg: boxes-config
|
||||||
cp boxes-config tools/boxes.cfg
|
unix2dos -n boxes-config tools/boxes.cfg
|
||||||
|
|
||||||
tools/boxes.exe: src/boxes.exe
|
tools/boxes.exe: src/boxes.exe
|
||||||
cp src/boxes.exe tools/
|
cp src/boxes.exe tools/
|
||||||
|
Loading…
Reference in New Issue
Block a user