diff --git a/gba/logosplash/Makefile b/gba/logosplash/Makefile index 9b813f4..d172c22 100644 --- a/gba/logosplash/Makefile +++ b/gba/logosplash/Makefile @@ -71,7 +71,6 @@ export DEPSDIR := $(CURDIR)/$(BUILD) CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c))) CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp))) SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s))) -PCXFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.pcx))) BINFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.bin))) #--------------------------------------------------------------------------------- @@ -127,10 +126,6 @@ $(OUTPUT).gba : $(OUTPUT).elf $(OUTPUT).elf : $(OFILES) -%.o : %.pcx - @echo $(notdir $<) - @$(bin2o) - %.o : %.bin @echo $(notdir $<) @$(bin2o)