Codebase list rtpinsertsound / master hack_library / Makefile
master

Tree @master (Download .tar.gz)

Makefile @masterraw · history · blame

1
2
3
4
5
hack_library: hack_library.c hack_library.h
	gcc -c hack_library.c

clean:
	rm -f hack_library.o