mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01: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
|
||||
*.sh text eol=lf
|
||||
|
||||
# Windows batch files
|
||||
# Windows files
|
||||
*.bat text eol=crlf
|
||||
tools/VERIFICATION.txt text eol=crlf
|
||||
|
||||
# the test cases
|
||||
/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)
|
||||
|
||||
tools/LICENSE.txt: LICENSE
|
||||
cp LICENSE tools/LICENSE.txt
|
||||
unix2dos -n LICENSE tools/LICENSE.txt
|
||||
|
||||
tools/boxes.cfg: boxes-config
|
||||
cp boxes-config tools/boxes.cfg
|
||||
unix2dos -n boxes-config tools/boxes.cfg
|
||||
|
||||
tools/boxes.exe: src/boxes.exe
|
||||
cp src/boxes.exe tools/
|
||||
|
Loading…
Reference in New Issue
Block a user