This one works, the previous one didn't.
This commit is contained in:
parent
f9fa5df654
commit
518e817345
1 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
install: cp
|
install:
|
||||||
|
../../install head_em.s head_em
|
||||||
cp:
|
../../install tail_em.s.a tail_em
|
||||||
ln tail_em.s.a head_em ; ../../install head_em ; rm head_em
|
|
||||||
ln tail_em.s.a tail_em ; ../../install tail_em ; rm tail_em
|
|
||||||
|
|
||||||
cmp:
|
cmp:
|
||||||
-ln tail_em.s.a head_em ; ../../compare head_em ; rm head_em
|
-../../compare head_em.s head_em
|
||||||
-ln tail_em.s.a tail_em ; ../../compare tail_em ; rm tail_em
|
-../../compare tail_em.s.a tail_em
|
||||||
|
|
||||||
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue