mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
8 lines
54 B
Makefile
8 lines
54 B
Makefile
|
|
.PHONY: tabs
|
|
|
|
check: tabs
|
|
|
|
tabs: tabs.sh
|
|
@./tabs.sh
|