Codebase list iaxflood / 17a5f215-e7e9-4181-905a-c3a24fa08654/main makefile
17a5f215-e7e9-4181-905a-c3a24fa08654/main

Tree @17a5f215-e7e9-4181-905a-c3a24fa08654/main (Download .tar.gz)

makefile @17a5f215-e7e9-4181-905a-c3a24fa08654/mainraw · history · blame

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