Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

all-golang:
cd webserver && make webserver && cd ..
cd api && make afn-rest-32 && cd ..
cd api && make afn-rest-64 && cd ..
cd api && make api && cd ..

client-dist.tgz:
make client/dist
Expand Down
4 changes: 1 addition & 3 deletions api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
api
afn-rest-32
afn-rest-64
/api
db/
vendor/*/
test-server.sh
3 changes: 1 addition & 2 deletions api/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

.PHONY: api
api:
CGO_ENABLED=0 go build -v

CGO_ENABLED=0 go build -v -o api ./cmd/api
339 changes: 0 additions & 339 deletions api/afn-rest.go

This file was deleted.

Loading
Loading