jnfilter @ 3f77296ddefd80ca895f86de2d8c64b3a5be6866

 1diff --git a/Makefile b/Makefile
 2index 874f6d3768512bba18e5c4a56548a79b7d83f2e5..e498b3570b613b0e1ce10d4b35440036bc63e39d 100644
 3--- a/Makefile
 4+++ b/Makefile
 5@@ -13,7 +13,7 @@ install: build
 6 	install -Dm755 $(OUT) $(BINDIR)/$(BIN)
 7 
 8 build:
 9-	$(GO_BUILD) -o $(OUT) $(SERVER)
10+	$(GO_BUILD) -o $(OUT) .
11 
12 compress: build
13 	upx -1 $(OUT)