b9ebdc1a07
installs tail_em rather than comparing it
7 lines
124 B
Makefile
7 lines
124 B
Makefile
all:
|
|
cp head.s head_em
|
|
../../install head_em
|
|
rm -f head_em
|
|
cp e.a tail_em
|
|
../../install tail_em
|
|
rm -f head_em tail_em
|