rename the actual checkstyle target too :)

This commit is contained in:
mrdudz 2022-05-17 14:39:35 +02:00
parent 75441afb71
commit 0f291aee86
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
.PHONY: check tabs lastline spaces
check: tabs lastline spaces
checkstyle: tabs lastline spaces
tabs: tabs.sh
@./tabs.sh

View File

@ -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