1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00
cc65/.github/checks/Makefile

16 lines
249 B
Makefile
Raw Normal View History

.PHONY: tabs
2022-04-16 20:00:10 +02:00
check: tabs lastline
tabs: tabs.sh
@./tabs.sh
2022-04-16 20:00:10 +02:00
lastline: lastline.sh
@./lastline.sh
# checks that will currently fail (on a lot of files), so they are not included
# in the general "check" action
spaces: spaces.sh
@./spaces.sh