mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
12 lines
145 B
Makefile
12 lines
145 B
Makefile
#!/usr/bin/env make
|
|
|
|
include .env
|
|
-include .env.local
|
|
|
|
export
|
|
|
|
REPOSITORY_ROOT = ${shell git rev-parse --show-toplevel}
|
|
|
|
debug-env:
|
|
@set | sort
|