Moved all file convert function to namespace.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
This commit is contained in:
parent
fd59abc810
commit
8a18cb494d
5 changed files with 20 additions and 17 deletions
2
src/dist/0module.mk
vendored
2
src/dist/0module.mk
vendored
|
|
@ -9,7 +9,7 @@ $(DIST_BIN): | $(PATH_BIN)/@prepare
|
|||
$(call mb_mkdir,$(DIST_BIN))
|
||||
|
||||
$(DIST_BIN)/readme.txt: $(DIST_SRC)/readme.txt | $(DIST_BIN)
|
||||
$(call mb_unix2dos,$<,$@)
|
||||
$(call mb_conv_unix2dos,$<,$@)
|
||||
|
||||
$(DIST_BIN)/ahello1.com: bin/ahello-m80/ahello.com | $(DIST_BIN)
|
||||
$(call mb_copy,$<,$@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue