Subversion Repositories freemyipod

Rev

Rev 462 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 462 Rev 663
Line 100... Line 100...
100
 
100
 
101
build:
101
build:
102
	@mkdir $@
102
	@mkdir $@
103
 
103
 
104
clean:
104
clean:
105
	rm -rf build
105
	@rm -rf build
106
 
106
 
107
.PHONY: all clean $(NAME)
107
.PHONY: all clean $(NAME)