1 2 3 4 5 6
example/webrtcd: example/main.c tinyrtc.h $(CC) $(CFLAGS) -I. -o $@ example/main.c .PHONY: clean clean: rm -f example/webrtcd