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
|