From 519be7e7dd12cbe3c85f90cf06d65b377eb22a3c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 22 Apr 2026 09:07:47 +0300 Subject: add logo --- Magefile.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Magefile.go') 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 { -- cgit v1.2.3