Codebase list iaxflood / 1f1443cf-3c72-4845-9e0b-729f0e66b0f9/main makefile
1f1443cf-3c72-4845-9e0b-729f0e66b0f9/main

Tree @1f1443cf-3c72-4845-9e0b-729f0e66b0f9/main (Download .tar.gz)

makefile @1f1443cf-3c72-4845-9e0b-729f0e66b0f9/mainraw · history · blame

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