Codebase list iaxflood / e7fce679-f162-4550-a702-da6fe117ef36/main makefile
e7fce679-f162-4550-a702-da6fe117ef36/main

Tree @e7fce679-f162-4550-a702-da6fe117ef36/main (Download .tar.gz)

makefile @e7fce679-f162-4550-a702-da6fe117ef36/mainraw · history · blame

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