Codebase list rtpflood / master Makefile
master

Tree @master (Download .tar.gz)

Makefile @masterraw · history · blame

1
2
3
4
5
rtpflood: rtpflood.c
	gcc rtpflood.c -o rtpflood
        
clean:
	rm -f rtpflood