mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
rename the actual checkstyle target too :)
This commit is contained in:
parent
0e4d3aa7c5
commit
3717f36c52
2
.github/checks/Makefile
vendored
2
.github/checks/Makefile
vendored
@ -1,7 +1,7 @@
|
||||
|
||||
.PHONY: check tabs lastline spaces
|
||||
|
||||
check: tabs lastline spaces
|
||||
checkstyle: tabs lastline spaces
|
||||
|
||||
tabs: tabs.sh
|
||||
@./tabs.sh
|
||||
|
6
Makefile
6
Makefile
@ -49,7 +49,7 @@ test:
|
||||
|
||||
# GNU "check" target, which runs all tests
|
||||
check:
|
||||
@$(MAKE) -C .github/checks --no-print-directory $@
|
||||
@$(MAKE) -C .github/checks checkstyle --no-print-directory
|
||||
@$(MAKE) test
|
||||
@$(MAKE) -C targettest platforms --no-print-directory
|
||||
@$(MAKE) -C samples platforms --no-print-directory
|
||||
@$(MAKE) -C targettest platforms --no-print-directory
|
||||
@$(MAKE) -C samples platforms --no-print-directory
|
||||
|
Loading…
Reference in New Issue
Block a user