Codebase list iaxflood / e61c029c-5384-46c8-99d8-509fbd3fdd8c/main makefile
e61c029c-5384-46c8-99d8-509fbd3fdd8c/main

Tree @e61c029c-5384-46c8-99d8-509fbd3fdd8c/main (Download .tar.gz)

makefile @e61c029c-5384-46c8-99d8-509fbd3fdd8c/mainraw · history · blame

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