1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-14 19:29:26 +00:00
cc65/.github/checks/Makefile
2022-04-17 16:08:21 +02:00

14 lines
142 B
Makefile

.PHONY: tabs
check: tabs lastline spaces
tabs: tabs.sh
@./tabs.sh
lastline: lastline.sh
@./lastline.sh
spaces: spaces.sh
@./spaces.sh