Skip to content

Commit

Permalink
Makefile: Don't group redrle with phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
yenatch committed Feb 14, 2014
1 parent 3e8d8e9 commit d0b7dee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ red: pokered.gbc
blue: pokeblue.gbc
compare:
@md5sum -c --quiet roms.md5

redrle: extras/redtools/redrle.c
${CC} -o $@ $<

clean:
rm -f $(ROMS)
rm -f $(OBJS)
find . -iname '*.tx' -exec rm {} +
rm -f redrle


redrle: extras/redtools/redrle.c
${CC} -o $@ $<


%.asm: ;
.asm.tx:
$(eval TEXTQUEUE += $<)
Expand Down

0 comments on commit d0b7dee

Please sign in to comment.