Codebase list iaxflood / master makefile
master

Tree @master (Download .tar.gz)

makefile @master

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