git ssb

0+

cel / foostudio



Tree: fd156cd03b6fce3c933ce1edb725e8e6e74e7be4

Files: fd156cd03b6fce3c933ce1edb725e8e6e74e7be4 / Makefile

112 bytesRaw
1CFLAGS = -std=c99
2LDLIBS = -ldl -lasound -lm -lpthread
3
4studio: studio.o ccdl.o
5
6clean:
7 $(RM) *.o *.so studio
8
9

Built with git-ssb-web