1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-19 02:29:33 +00:00
cc65/.github/checks/Makefile

14 lines
164 B
Makefile
Raw Normal View History

.PHONY: check tabs lastline spaces
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