Codebase list iaxflood / f839c38f-4828-442e-b8fe-961791ef1960/main makefile
f839c38f-4828-442e-b8fe-961791ef1960/main

Tree @f839c38f-4828-442e-b8fe-961791ef1960/main (Download .tar.gz)

makefile @f839c38f-4828-442e-b8fe-961791ef1960/mainraw · history · blame

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