aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57c4c2a..4cc804e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ $(BINARIES): $(SOURCES)
go build
go build cmd/nekoweb.go
go build cmd/nekocrawl.go
+ go build cmd/nekoimport.go
.PHONY: deps run