freemyipod r839 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r838‎ | r839 | r840 >
Date:01:22, 26 December 2011
Author:theseven
Status:new
Tags:
Comment:
Shut up
Modified paths:
  • /apps/bootmenu-ipodnano4g/Makefile (modified) (history)

Diff [purge]

Index: apps/bootmenu-ipodnano4g/Makefile
@@ -40,7 +40,7 @@
4141 OBJ := $(SRC:%.c=build/%.o)
4242 OBJ := $(OBJ:%.S=build/%.o) $(HELPERS)
4343
44 -all: $(NAME)
 44+all: #$(NAME)
4545
4646 -include $(OBJ:%=%.dep)
4747