Codebase list iaxflood / 131fd62a-b1f8-4edc-ba4c-ed655de2f2aa/main makefile
131fd62a-b1f8-4edc-ba4c-ed655de2f2aa/main

Tree @131fd62a-b1f8-4edc-ba4c-ed655de2f2aa/main (Download .tar.gz)

makefile @131fd62a-b1f8-4edc-ba4c-ed655de2f2aa/mainraw · history · blame

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