*** empty log message ***

This commit is contained in:
ceriel 1987-01-30 20:50:31 +00:00
parent 496bba9475
commit e5238c6fcf
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
name "PMDS download program(s)" name "Ack.out --> PMDS a.out format conversion program"
dir dl dir cv
end end
name "PMDS EM library" name "PMDS systemcall library"
dir libem dir libsys
end end

View file

@ -1,7 +1,9 @@
CFLAGS=-O EMHOME=../../..
CFLAGS=-O -I$(EMHOME)/h
cv: cv.o cv: cv.o
$(CC) -o cv -n cv.o $(CC) -o cv -n cv.o $(EMHOME)/modules/lib/libobject.a
install: cv install: cv
../../install cv ../../install cv