mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
16 lines
249 B
Makefile
16 lines
249 B
Makefile
|
|
.PHONY: tabs
|
|
|
|
check: tabs lastline
|
|
|
|
tabs: tabs.sh
|
|
@./tabs.sh
|
|
|
|
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
|