Codebase list iaxflood / 173d07ab-df6b-46b5-b6c6-229c89383140/main makefile
173d07ab-df6b-46b5-b6c6-229c89383140/main

Tree @173d07ab-df6b-46b5-b6c6-229c89383140/main (Download .tar.gz)

makefile @173d07ab-df6b-46b5-b6c6-229c89383140/mainraw · history · blame

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