aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-08 17:44:16 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-08 17:44:16 -0400
commit8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77 (patch)
tree130a8e83d94ceef4a239336a32fa1a8b9ee7f697 /Makefile
parentace7694bad5752aa38fec3a13c071cf7b2bebfce (diff)
downloadlulu-8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77.zip
shipping address and speed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59689ef..ce6ef7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-GEN = $(addsuffix _gen.go, cover interior pkgid)
+GEN = $(addsuffix _gen.go, cover interior pkgid ship)
TEST = $(wildcard *_test.go)
SRC = $(filter-out ${GEN} ${TEST}, $(wildcard *.go))