tangstad/helds
tangstad
/
helds
Archived
1
0
Fork 0

Removed references to PCX in the makefile as they're not currently used.

This commit is contained in:
Truls Alexander Tangstad 2005-11-09 20:27:40 +00:00
parent 301bae5a91
commit 8474f213f5
1 changed files with 0 additions and 5 deletions

View File

@ -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)