aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a89613f..237e631 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,6 @@ default: $(BINARIES)
$(BINARIES): $(SOURCES)
go build
- go build cmd/nekoweb.go
- go build cmd/nekocrawl.go
- go build cmd/nekoimport.go
-
.PHONY: deps run
@@ -19,4 +15,4 @@ $(BINARIES): $(SOURCES)
deps:
go get $(DEPS)
run:
- ./nekoweb config.json
+ ./neko -update -serve