# Makefile for VgaGames: extlib/mp3/

all: mp3exec.o

clean:
	rm -f *.o

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

