cc65/.github/checks/Makefile

14 lines
169 B
Makefile
Raw Normal View History

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