Fixed proto.make

This commit is contained in:
ceriel
1991-09-18 10:03:49 +00:00
parent a0858c04e4
commit 934e140c98
16 changed files with 30 additions and 16 deletions

View File

@@ -15,13 +15,14 @@ cv.$(SUF): $(SRC_DIR)/cv.c
$(CC) $(COPTIONS) -I$(TARGET_HOME)/h -c $(SRC_DIR)/cv.c
install: all
-mkdir $(TARGET_HOME)/lib.bin/pdp
cp cv $(TARGET_HOME)/lib.bin/pdp/cv
cmp: all
-cmp cv $(TARGET_HOME)/lib.bin/pdp/cv
clean:
rm -f *.(SUF) Out
rm -f *.$(SUF) Out cv
lint:
$(LINT) $(LINTOPTIONS) -I$(TARGET_HOME)/h $(SRC_DIR)/cv.c $(UTIL_HOME)/modules/lib/$(LINTPREF)object.$(LINTSUF)