mirror of
https://github.com/cc65/cc65.git
synced 2024-11-12 22:07:16 +00:00
when running on cmd.exe only print a message, the style tests
require bash
This commit is contained in:
parent
53b62184e8
commit
699ba1fbd6
15
.github/checks/Makefile
vendored
15
.github/checks/Makefile
vendored
@ -1,4 +1,17 @@
|
||||
|
||||
ifneq ($(shell echo),)
|
||||
CMD_EXE = 1
|
||||
endif
|
||||
|
||||
ifdef CMD_EXE
|
||||
|
||||
.PHONY: checkstyle
|
||||
|
||||
checkstyle:
|
||||
$(info INFO: style checks require bash.)
|
||||
|
||||
else
|
||||
|
||||
.PHONY: checkstyle lineendings tabs lastline spaces noexec
|
||||
|
||||
checkstyle: lineendings tabs lastline spaces noexec
|
||||
@ -17,3 +30,5 @@ spaces: spaces.sh
|
||||
|
||||
noexec: noexec.sh
|
||||
@./noexec.sh
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user