first commit
[shitsynth.git] / Makefile
bloba4609ffd524577089aa0832c413044cc2946c1de
1 CFLAGS+=-std=c99
2 LDFLAGS+=-lm
4 ifdef DEBUG
5 CFLAGS+=-ggdb -DDEBUG -O0 -Wall -pedantic
6 else
7 CFLAGS+=-DNDEBUG -Werror
8 endif
10 all: shitsynth