Codebase list iaxflood / master makefile
master

Tree @master (Download .tar.gz)

makefile @masterraw · history · blame

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