diff --git a/Makefile.gc b/Makefile.gc index 2f9bea8..db50502 100644 --- a/Makefile.gc +++ b/Makefile.gc @@ -19,9 +19,9 @@ include $(DEVKITPPC)/gamecube_rules #--------------------------------------------------------------------------------- TARGET := executables/snes9xgx-$(VERSION)-gc BUILD := build_gc -SOURCES := source/snes9x source/ngc source/libpng source/libpng/pngu +SOURCES := source/snes9x source/ngc DATA := data -INCLUDES := source source/snes9x source/ngc +INCLUDES := source/snes9x source/ngc #--------------------------------------------------------------------------------- # options for code generation