1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-20 08:24:29 +00:00
cc65/.github/checks/Makefile

17 lines
221 B
Makefile
Raw Normal View History

2022-05-17 13:28:41 +00:00
.PHONY: checkstyle tabs lastline spaces noexec
2022-05-17 13:28:41 +00:00
checkstyle: tabs lastline spaces noexec
tabs: tabs.sh
@./tabs.sh
2022-04-17 14:08:21 +00:00
2022-04-16 18:00:10 +00:00
lastline: lastline.sh
@./lastline.sh
2022-04-17 14:08:21 +00:00
2022-04-16 18:00:10 +00:00
spaces: spaces.sh
@./spaces.sh
2022-05-17 13:28:41 +00:00
noexec: noexec.sh
@./noexec.sh