Codebase list iaxflood / 97a05a40-23ce-4b84-a1b3-d51e8d18e7c9/main makefile
97a05a40-23ce-4b84-a1b3-d51e8d18e7c9/main

Tree @97a05a40-23ce-4b84-a1b3-d51e8d18e7c9/main (Download .tar.gz)

makefile @97a05a40-23ce-4b84-a1b3-d51e8d18e7c9/mainraw · history · blame

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