summaryrefslogtreecommitdiffstats
path: root/libaar/Makefile
blob: b2f6aef3a107d3627de2670a8fd706448bf322cf (plain)
1
2
3
4
5
6
7
8
CFLAGS=-Wall -W -O0 -g -pipe


aar-test: aar.o aar-test.o
	$(CC) -o $@ $^ $(LIBS) $(CFLAGS)

clean:
	rm -rf *.o aar-test