comparison regexParser/cerium/Makefile.cell @ 274:e219e339e718

make loop fixed
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Sat, 30 Jan 2016 16:17:25 +0900
parents e51cac73e42a
children
comparison
equal deleted inserted replaced
273:bc704a31e842 274:e219e339e718
34 34
35 clean: 35 clean:
36 rm -f $(TARGET) $(OBJS) $(TASK_OBJS) 36 rm -f $(TARGET) $(OBJS) $(TASK_OBJS)
37 rm -f *~ \#* 37 rm -f *~ \#*
38 rm -f ppe/*~ ppe/\#* 38 rm -f ppe/*~ ppe/\#*
39 cd spe; $(MAKE) clean