mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
14 lines
169 B
Makefile
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
|