diff --git a/Makefile b/Makefile index 7d7ef34e..491ab850 100644 --- a/Makefile +++ b/Makefile @@ -204,8 +204,7 @@ else CFGBIN = gfxcfg COPT = -W -Wall -Wdeclaration-after-statement -pedantic -std=c99 -c -g `sdl-config --cflags` $(TTFCOPT) LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) - #CC = gcc - CC = $(AMIGA) + CC = gcc OBJDIR = obj/unix X11LOPT = -lX11 endif diff --git a/gfx2.cfg b/gfx2.cfg index d9151d88..92e11929 100644 Binary files a/gfx2.cfg and b/gfx2.cfg differ