# Makefile for VgaGames: extlib/flac/

all: flac2wav.o

clean:
	rm -f *.o

flac2wav.o: flac2wav.c
	$(CC) $(CFLAGS) $(SOFLAGS) -c flac2wav.c

