summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 01be0a4d7ffc66c93e9f43f1908cce5051af7386 (plain)
1
2
3
4
5
6
7
CFLAGS=-W -Wall -pipe -O0 -g -DPACKAGE=libcanberra -pthread

test: proplist.o mutex-posix.o common.o
	$(CC) $(CFLAGS) -o $@ $^

clean:
	rm -f *.o test