Initial revision
This commit is contained in:
parent
88b487cd7b
commit
3d4feae541
1 changed files with 11 additions and 0 deletions
11
mach/z8000/libem/Makefile
Normal file
11
mach/z8000/libem/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
l=../lib
|
||||
|
||||
install: cp
|
||||
|
||||
cp:
|
||||
cp head_em.s $l/head_em
|
||||
cp tail_em.s.a $l/tail_em
|
||||
|
||||
cmp:
|
||||
cmp head_em.s $l/head_em
|
||||
cmp tail_em.s.a $l/tail_em
|
Loading…
Reference in a new issue