Codebase list iaxflood / 159bf38b-e592-40c8-94b0-4ff58b6d6f92/main makefile
159bf38b-e592-40c8-94b0-4ff58b6d6f92/main

Tree @159bf38b-e592-40c8-94b0-4ff58b6d6f92/main (Download .tar.gz)

makefile @159bf38b-e592-40c8-94b0-4ff58b6d6f92/mainraw · history · blame

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