Codebase list iaxflood / 23f5406e-bdc0-4a4e-8dd6-886678369d61/main makefile
23f5406e-bdc0-4a4e-8dd6-886678369d61/main

Tree @23f5406e-bdc0-4a4e-8dd6-886678369d61/main (Download .tar.gz)

makefile @23f5406e-bdc0-4a4e-8dd6-886678369d61/mainraw · history · blame

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