diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-04-24 11:12:53 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-04-24 11:12:53 -0400 |
| commit | ad37bcfc2310d2af386fb3b41fcfbf4852fc2a9c (patch) | |
| tree | dd60c04059b14e9787ee3c31d9601af7a4e364ca /Makefile | |
| parent | 66869b2b094321039ea77293809a9a7eaa858b04 (diff) | |
| download | aoidh-master.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..dc2069b --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +fmt: + gotmplfmt -w . + +.PHONY: fmt |