diff options
Diffstat (limited to 'examples/graphics/balls/makefile')
| -rw-r--r-- | examples/graphics/balls/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/graphics/balls/makefile b/examples/graphics/balls/makefile index 50ed0f1..c5ae67b 100644 --- a/examples/graphics/balls/makefile +++ b/examples/graphics/balls/makefile @@ -1,4 +1,4 @@ -include ../../sdk-common.mk +include ../../examples-setup.mk # Project target name TARGET = balls.elf @@ -19,7 +19,7 @@ INCLUDE += LIBDIRS += # Libraries to link -LIBS = -lpsxetc -lpsxgpu -lpsxgte -lpsxspu -lpsxapi -lc +LIBS = -lpsxgpu -lpsxgte -lpsxspu -lpsxetc -lpsxapi -lc # C compiler flags CFLAGS = -g -O2 -fno-builtin -fdata-sections -ffunction-sections |
