1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +00:00
Files
cc65/.github/checks/Makefile
2022-05-17 14:39:35 +02:00

14 lines
169 B
Makefile

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