Subversion Repositories OpenARM Single-board Computer

Rev

Rev 137 | Rev 143 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
137 agaran 1
 
2
 
3
4
5
 
6
 
7
8
clean:
9
 
139 agaran 10
	@if [ "x$(SYMS)" != "x" ]; then echo -e "\nRemoving $(SYMS)\n"; rm $(SYMS); fi
11
12
%.sym: %.symdef
13
 
137 agaran 14