1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 22:29:35 +00:00
cc65/.github/checks/Makefile

14 lines
142 B
Makefile
Raw Normal View History

.PHONY: tabs
2022-04-17 14:08:21 +00:00
check: tabs lastline spaces
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