5 lines
73 B
Makefile
5 lines
73 B
Makefile
# auth-microservice Makefile
|
|
.PHONY: all
|
|
all:
|
|
\t@echo 'build target TBD'
|