5 lines
67 B
Makefile
5 lines
67 B
Makefile
# infra-tools Makefile
|
|
.PHONY: all
|
|
all:
|
|
\t@echo 'build target TBD'
|