Files: fd156cd03b6fce3c933ce1edb725e8e6e74e7be4 / Makefile
112 bytesRaw
1 | CFLAGS = -std=c99 |
2 | LDLIBS = -ldl -lasound -lm -lpthread |
3 | |
4 | studio: studio.o ccdl.o |
5 | |
6 | clean: |
7 | $(RM) *.o *.so studio |
8 | |
9 |
Built with git-ssb-web
1 | CFLAGS = -std=c99 |
2 | LDLIBS = -ldl -lasound -lm -lpthread |
3 | |
4 | studio: studio.o ccdl.o |
5 | |
6 | clean: |
7 | $(RM) *.o *.so studio |
8 | |
9 |
Built with git-ssb-web