mirror of
https://github.com/cc65/cc65.git
synced 2025-01-07 13:29:45 +00:00
17 lines
221 B
Makefile
17 lines
221 B
Makefile
|
|
.PHONY: checkstyle tabs lastline spaces noexec
|
|
|
|
checkstyle: tabs lastline spaces noexec
|
|
|
|
tabs: tabs.sh
|
|
@./tabs.sh
|
|
|
|
lastline: lastline.sh
|
|
@./lastline.sh
|
|
|
|
spaces: spaces.sh
|
|
@./spaces.sh
|
|
|
|
noexec: noexec.sh
|
|
@./noexec.sh
|