11 lines
167 B
Makefile
11 lines
167 B
Makefile
|
|
install:
|
|
../../install head_em.s head_em
|
|
../../install tail_em.s.a tail_em
|
|
|
|
cmp:
|
|
-../../compare head_em.s head_em
|
|
-../../compare tail_em.s.a tail_em
|
|
|
|
clean:
|