Move randtilegen to test/gfx subdir

It's tool-specific, so categorize it where it belongs
This commit is contained in:
ISSOtm
2022-04-24 13:13:17 +02:00
committed by Eldred Habert
parent 5be2b96b40
commit 3aabe9c799
4 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ rgbfix: ${rgbfix_obj}
rgbgfx: ${rgbgfx_obj} rgbgfx: ${rgbgfx_obj}
$Q${CXX} ${REALLDFLAGS} ${PNGLDFLAGS} -o $@ ${rgbgfx_obj} ${REALCXXFLAGS} -x c++ src/version.c ${PNGLDLIBS} $Q${CXX} ${REALLDFLAGS} ${PNGLDFLAGS} -o $@ ${rgbgfx_obj} ${REALCXXFLAGS} -x c++ src/version.c ${PNGLDLIBS}
test/randtilegen: test/randtilegen.c test/gfx/randtilegen: test/gfx/randtilegen.c
$Q${CC} ${REALLDFLAGS} ${PNGLDFLAGS} -o $@ $^ ${REALCFLAGS} -Wno-vla ${PNGCFLAGS} ${PNGLDLIBS} $Q${CC} ${REALLDFLAGS} ${PNGLDFLAGS} -o $@ $^ ${REALCFLAGS} -Wno-vla ${PNGCFLAGS} ${PNGLDLIBS}
# Rules to process files # Rules to process files

1
test/.gitignore vendored
View File

@@ -1,4 +1,3 @@
/randtilegen
/pokecrystal/ /pokecrystal/
/pokered/ /pokered/
/ucity/ /ucity/

1
test/gfx/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/randtilegen