completed Makefile entries
This commit is contained in:
parent
a50ec18466
commit
cd8e8e5aef
1 changed files with 2 additions and 2 deletions
|
@ -23,14 +23,14 @@ libem_o.a: libem_s.a
|
||||||
march . libem_o.a
|
march . libem_o.a
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o libem_o.a
|
rm -f *.o libem_o.a end.a
|
||||||
|
|
||||||
opr :
|
opr :
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
||||||
@pr `pwd`/end.s
|
@pr `pwd`/em_end.s `pwd`/edata.s `pwd`/etext.s `pwd`/end.s
|
||||||
|
|
||||||
trpstr.s: trpstr.c strscript
|
trpstr.s: trpstr.c strscript
|
||||||
sh strscript
|
sh strscript
|
||||||
|
|
Loading…
Add table
Reference in a new issue