8 lines
54 B
Makefile
8 lines
54 B
Makefile
|
|
.PHONY: tabs
|
|
|
|
check: tabs
|
|
|
|
tabs: tabs.sh
|
|
@./tabs.sh
|