mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-18 07:46:43 +02:00
Tolerate escape codes in config file when converting line endings for Chocolatey package
This commit is contained in:
parent
75dfd61801
commit
ce44ba6307
2
Makefile
2
Makefile
@ -207,7 +207,7 @@ tools/LICENSE.txt: LICENSE
|
|||||||
unix2dos -n LICENSE tools/LICENSE.txt
|
unix2dos -n LICENSE tools/LICENSE.txt
|
||||||
|
|
||||||
tools/boxes.cfg: boxes-config
|
tools/boxes.cfg: boxes-config
|
||||||
unix2dos -n boxes-config tools/boxes.cfg
|
unix2dos -n --force boxes-config tools/boxes.cfg
|
||||||
|
|
||||||
tools/boxes.exe: $(OUT_DIR)/boxes.exe
|
tools/boxes.exe: $(OUT_DIR)/boxes.exe
|
||||||
cp $(OUT_DIR)/boxes.exe tools/
|
cp $(OUT_DIR)/boxes.exe tools/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user