aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-07 11:53:51 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-07 11:53:51 -0400
commitf2ee817ba1423b10b382f6b759a19184db8eeacc (patch)
tree57d7660024b9b21d2a9ac80c351b2911b5c573e7 /Makefile
parent09c91d21b083abc976a4cc6439899fb00438a630 (diff)
downloadlulu-f2ee817ba1423b10b382f6b759a19184db8eeacc.zip
refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c3ea98..59689ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-GEN = pkgid_gen.go
+GEN = $(addsuffix _gen.go, cover interior pkgid)
TEST = $(wildcard *_test.go)
SRC = $(filter-out ${GEN} ${TEST}, $(wildcard *.go))