via

Simple pubsub server inspired by https://patchbay.pub/
git clone https://git.ce9e.org/via.git

commit
f7ff264cfd63eb7ab5153fc852ae3e836faffe4d
parent
c05bbeac4fd6ec39a1775ba3f29a90443fc03b30
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-03-25 20:37
optimize binary to make lintian happy

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -1,5 +1,5 @@
    1     1 via: via.go
    2    -1 	go build -o $@ $<
   -1     2 	go build -buildmode=pie -ldflags="-s -w" -o $@ $<
    3     3 
    4     4 .PHONY: install
    5     5 install: