*** empty log message ***
This commit is contained in:
parent
21fbc5d6a6
commit
97e0fbea33
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ OBJECTS = botch.o clear.o st_alloc.o Malloc.o std_alloc.o
|
||||||
|
|
||||||
all: liballoc.a
|
all: liballoc.a
|
||||||
|
|
||||||
liballoc.a: all
|
liballoc.a: $(OBJECTS)
|
||||||
ar cr liballoc.a $(OBJECTS)
|
ar cr liballoc.a $(OBJECTS)
|
||||||
-sh -c 'ranlib liballoc.a'
|
-sh -c 'ranlib liballoc.a'
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ install: all
|
||||||
$(INSTALL) man/alloc.3
|
$(INSTALL) man/alloc.3
|
||||||
$(INSTALL) h/alloc.h
|
$(INSTALL) h/alloc.h
|
||||||
|
|
||||||
cmp: liballoc.a
|
cmp: all
|
||||||
$(COMPARE) lib/liballoc.a
|
$(COMPARE) lib/liballoc.a
|
||||||
$(COMPARE) man/alloc.3
|
$(COMPARE) man/alloc.3
|
||||||
$(COMPARE) h/alloc.h
|
$(COMPARE) h/alloc.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue