Codebase list iaxflood / 7bc7a50b-ce93-4939-814c-dbcdcc4483c7/main makefile
7bc7a50b-ce93-4939-814c-dbcdcc4483c7/main

Tree @7bc7a50b-ce93-4939-814c-dbcdcc4483c7/main (Download .tar.gz)

makefile @7bc7a50b-ce93-4939-814c-dbcdcc4483c7/mainraw · history · blame

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