diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-22 09:07:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-22 09:07:47 +0300 |
| commit | 519be7e7dd12cbe3c85f90cf06d65b377eb22a3c (patch) | |
| tree | 59bc012999bd03a26e5fa6c097741ede7b211296 /Magefile.go | |
| parent | 24dd98eaa9759884b17f18c729d498af6ec70e9e (diff) | |
add logo
Diffstat (limited to 'Magefile.go')
| -rw-r--r-- | Magefile.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Magefile.go b/Magefile.go index df71e47..edb7ba3 100644 --- a/Magefile.go +++ b/Magefile.go @@ -14,9 +14,7 @@ import ( const binaryName = "comicforge" // Default builds the project. -func Default() { - mg.Deps(Build) -} +var Default = Build // Build compiles the comicforge binary. func Build() error { |
