summaryrefslogtreecommitdiff
path: root/Magefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'Magefile.go')
-rw-r--r--Magefile.go4
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 {