corrected

This commit is contained in:
ceriel 1988-02-18 10:22:15 +00:00
parent 3ccbd9cdc7
commit 25e21494f1

View file

@ -3,7 +3,7 @@ OBJLIB=$(EMHOME)/modules/lib/libobject.a
head: cv
cv: conv.c
cv: cv.c
$(CC) -I$(EMHOME)/h -o cv cv.c $(OBJLIB)
install: head