14 lines
164 B
Makefile
14 lines
164 B
Makefile
|
|
.PHONY: check tabs lastline spaces
|
|
|
|
check: tabs lastline spaces
|
|
|
|
tabs: tabs.sh
|
|
@./tabs.sh
|
|
|
|
lastline: lastline.sh
|
|
@./lastline.sh
|
|
|
|
spaces: spaces.sh
|
|
@./spaces.sh
|