Codebase list iaxflood / 9a4e1fff-5341-4527-a555-00e63cd6669a/main makefile
9a4e1fff-5341-4527-a555-00e63cd6669a/main

Tree @9a4e1fff-5341-4527-a555-00e63cd6669a/main (Download .tar.gz)

makefile @9a4e1fff-5341-4527-a555-00e63cd6669a/mainraw · history · blame

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