audio-netsender: updated makefile to build audio ns

This commit is contained in:
Trek H 2019-09-14 21:05:58 +09:30
parent 83a425ce2b
commit 49c5584179
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
all:
cd cmd/revid-cli; go build
cd cmd/audio-netsender; go build