CFLAGS=-O3 -Werror
LDFLAGS=-s

GALtools: GALdecompile GALextract GALsnd2vgm

GALdecompile: GALdecompile.o

GALextract: GALextract.o

GALsnd2vgm: GALsnd2vgm.o

clean: 
	rm GAL*.exe GAL*.o
