av/Makefile

8 lines
102 B
Makefile

all: rv audio-netsender
rv:
cd cmd/rv; go build
audio-netsender:
cd cmd/audio-netsender; go build