Skip to content

Commit

Permalink
Add cmd/make so this project uses itself
Browse files Browse the repository at this point in the history
  • Loading branch information
geertjanvdk committed Feb 24, 2023
1 parent 37eaea4 commit 11226d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cmd/make/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) 2023, Geert JM Vanderkelen

package main

import "github.com/golistic/gomake"

func main() {
gomake.RegisterTargets(
&gomake.TargetBadges,
&gomake.TargetGoLint,
&gomake.TargetGoReportCard,
)
gomake.Make()
}

0 comments on commit 11226d5

Please sign in to comment.