7 lines
96 B
Makefile
7 lines
96 B
Makefile
# auth-microservice Makefile
|
|
.PHONY: all
|
|
all:
|
|
\t@echo 'build target TBD'
|
|
|
|
# update 12 (2026-04)
|