Home
last modified time | relevance | path

Searched refs:PROG (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/tools/play_audio/
DMakefile5 PROG := play_audio macro
6 OBJS := $(PROG).o client_socket.o sdl_wrapper.o opuscpp/opus_wrapper.o
8 $(PROG): $(OBJS)
11 rm -f $(OBJS) $(PROG)