mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Move randtilegen to test/gfx subdir
It's tool-specific, so categorize it where it belongs
This commit is contained in:
2
Makefile
2
Makefile
@@ -128,7 +128,7 @@ rgbfix: ${rgbfix_obj}
|
||||
rgbgfx: ${rgbgfx_obj}
|
||||
$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}
|
||||
|
||||
# Rules to process files
|
||||
|
||||
1
test/.gitignore
vendored
1
test/.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
/randtilegen
|
||||
/pokecrystal/
|
||||
/pokered/
|
||||
/ucity/
|
||||
|
||||
1
test/gfx/.gitignore
vendored
Normal file
1
test/gfx/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/randtilegen
|
||||
Reference in New Issue
Block a user