*** empty log message ***
This commit is contained in:
parent
e146f63e79
commit
1dedbacc08
|
@ -0,0 +1,19 @@
|
||||||
|
ALL_DIRS = simulation/src simulation/tex synthesis/src synthesis/tex place_and_route/src place_and_route/tex
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
all :
|
||||||
|
@for FILE in $(ALL_DIRS) ;\
|
||||||
|
do $(MAKE) -C $$FILE ;\
|
||||||
|
if [ $$? -ne 0 ] ;\
|
||||||
|
then exit 1 ;\
|
||||||
|
fi ;\
|
||||||
|
done
|
||||||
|
|
||||||
|
% :
|
||||||
|
@for FILE in $(ALL_DIRS) ;\
|
||||||
|
do $(MAKE) -C $$FILE $@ ;\
|
||||||
|
if [ $$? -ne 0 ] ;\
|
||||||
|
then exit 1 ;\
|
||||||
|
fi ;\
|
||||||
|
done
|
Loading…
Reference in New Issue