Adapted to use ../../install and ../../compare and hide knowledge
about final destination of libraries.
This commit is contained in:
parent
c5345aaaba
commit
9d8dd3f989
1 changed files with 4 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
||||||
l=../lib
|
|
||||||
|
|
||||||
install: cp
|
install: cp
|
||||||
|
|
||||||
cp: all
|
cp: all
|
||||||
cp head_em $l/head_em
|
../../install head_em
|
||||||
cp tail_em $l/tail_em
|
../../install tail_em
|
||||||
rm -f head_em tail_em
|
rm -f head_em tail_em
|
||||||
|
|
||||||
cmp: all
|
cmp: all
|
||||||
cmp head_em $l/head_em
|
-../../compare head_em
|
||||||
cmp tail_em $l/tail_em
|
-../../compare tail_em
|
||||||
rm -f head_em tail_em
|
rm -f head_em tail_em
|
||||||
|
|
||||||
distr:
|
distr:
|
||||||
|
|
Loading…
Add table
Reference in a new issue