Codebase list iaxflood / upstream/latest makefile
upstream/latest

Tree @upstream/latest (Download .tar.gz)

makefile @upstream/latestraw · history · blame

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