av/Makefile

8 lines
102 B
Makefile
Raw Normal View History

all: rv audio-netsender
2019-09-14 14:40:30 +03:00
rv:
cd cmd/rv; go build
2019-09-14 14:40:30 +03:00
audio-netsender:
cd cmd/audio-netsender; go build