Initial revision
This commit is contained in:
13
mach/m68k2/libsys/Makefile
Normal file
13
mach/m68k2/libsys/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
LIBDIR=../lib
|
||||
install:
|
||||
rm -f $(LIBDIR)/tail_mon
|
||||
ln tail_mon.a $(LIBDIR)/tail_mon
|
||||
|
||||
|
||||
clean :
|
||||
|
||||
opr :
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@ar pv tail_mon.a
|
||||
Reference in New Issue
Block a user