Skip to content

Commit

Permalink
Removed extra lines in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed Nov 6, 2015
1 parent 5c67bbe commit 19d7dee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 2 additions & 20 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ include $(DEVKITPPC)/wii_rules
TARGET := $(notdir $(CURDIR))
BUILD := build
SOURCES := source
DATA := data
INCLUDES := source source/boost
DATA :=
INCLUDES := source

#---------------------------------------------------------------------------------
# options for code generation
Expand All @@ -36,8 +36,6 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
#---------------------------------------------------------------------------------
LIBS := -lgrrlib -lfreetype -lpngu -lpng -ljpeg -lz -lfat
LIBS += -lwiiuse
LIBS += -laesnd
#-lmodplay
LIBS += -lbte -logc -lm

#---------------------------------------------------------------------------------
Expand Down Expand Up @@ -133,22 +131,6 @@ $(OUTPUT).elf: $(OFILES)
@echo $(notdir $<)
$(bin2o)

#---------------------------------------------------------------------------------
# This rule links in binary data with the .raw extension
#---------------------------------------------------------------------------------
%.raw.o : %.raw
#---------------------------------------------------------------------------------
@echo $(notdir $<)
$(bin2o)

#---------------------------------------------------------------------------------
# This rule links in binary data with the .png extension
#---------------------------------------------------------------------------------
%.png.o : %.png
#---------------------------------------------------------------------------------
@echo $(notdir $<)
$(bin2o)

-include $(DEPENDS)

#---------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion StuckPixels/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<app version="1">
<name>Stuck Pixels</name>
<coder>Crayon</coder>
<version>1.0</version>
<version>1.0.0</version>
<release_date>20101202000000</release_date>
<short_description>Fix Stuck Pixels On Your TV</short_description>
<long_description>Stuck pixels can often be re-energized by rapidly turning them on and off.</long_description>
Expand Down

0 comments on commit 19d7dee

Please sign in to comment.