# Makefile for VgaGames: extlib/ogg/

all: oggexec.o

clean:
	rm -f *.o

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

