moved cfg folder to oldfiles dir

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@238 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2008-10-12 18:07:48 +00:00
parent 8a1e44ed30
commit 1af06aec53
8 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ else
BIN = grafx2 BIN = grafx2
CFGBIN = gfxcfg CFGBIN = gfxcfg
COPT = -Wall -c -g `sdl-config --cflags` COPT = -Wall -c -g `sdl-config --cflags`
LOPT = -lSDL -o $(BIN) LOPT = `sdl-config --libs`
CC = gcc CC = gcc
endif endif
endif endif