corrected
This commit is contained in:
parent
3ccbd9cdc7
commit
25e21494f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue