Codebase list iaxflood / 3e8af771-0cf8-4f8e-b486-b13aad34a2f6/main makefile
3e8af771-0cf8-4f8e-b486-b13aad34a2f6/main

Tree @3e8af771-0cf8-4f8e-b486-b13aad34a2f6/main (Download .tar.gz)

makefile @3e8af771-0cf8-4f8e-b486-b13aad34a2f6/mainraw · history · blame

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