Fixups for building under linux...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@235 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
Makefile
2
Makefile
@@ -39,7 +39,7 @@ else
|
||||
else
|
||||
BIN = grafx2
|
||||
CFGBIN = gfxcfg
|
||||
COPT = -Wall -c -g
|
||||
COPT = -Wall -c -g `sdl-config --cflags`
|
||||
LOPT = -lSDL -o $(BIN)
|
||||
CC = gcc
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user