comparison Makefile @ 4:c2ce9efe2a52

fix
author yutaka@localhost.localdomain
date Wed, 07 Apr 2010 17:47:12 +0900
parents 8b4d6bf8c43d
children 39d405bc46b7
comparison
equal deleted inserted replaced
3:8b4d6bf8c43d 4:c2ce9efe2a52
22 $(SPETARGET): $(SPEOBJ) 22 $(SPETARGET): $(SPEOBJ)
23 $(SPECC) $(SPELIB) $(INC) $(SPESRC) $(TASKSRC) -o $@ 23 $(SPECC) $(SPELIB) $(INC) $(SPESRC) $(TASKSRC) -o $@
24 24
25 clean: 25 clean:
26 rm -f $(PPETARGET) $(SPETARGET) 26 rm -f $(PPETARGET) $(SPETARGET)
27 rm -f ppe/*.o spe/*.o 27 rm -f ppe/*.o spe/*.o task/*.o
28 rm -f ppe/*~ spe/*~ ppe/*.~ spe/*.~ 28 rm -f ppe/*~ spe/*~ ppe/*.~ spe/*.~ task/*.~