aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-02-20 11:28:43 -0800
committerAdam Mathes <adam@trenchant.org>2017-02-20 11:28:43 -0800
commit63923e5de3fea586f892602e6d4b74a49bcc6940 (patch)
treebb5eb2c7452ff51f518e96b980fc6914fff69cf7 /Makefile
parent38a504c2afecb5ec76358a16a03a6cf0a61d0b84 (diff)
downloadneko-63923e5de3fea586f892602e6d4b74a49bcc6940.tar.gz
neko-63923e5de3fea586f892602e6d4b74a49bcc6940.tar.bz2
neko-63923e5de3fea586f892602e6d4b74a49bcc6940.zip
switch to single binary (neko) with standard flags. update config file to use nicer names
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