Skip to content
Snippets Groups Projects
Commit 360e15bb authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Create libansi, not libmisc...

parent 7931172e
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ LIBOBJS = strerror.o ...@@ -9,7 +9,7 @@ LIBOBJS = strerror.o
all: $(LIBNAME) all: $(LIBNAME)
libmisc.a: $(LIBOBJS) $(LIBNAME): $(LIBOBJS)
$(AR) $(ARFLAGS) $(LIBNAME) $? $(AR) $(ARFLAGS) $(LIBNAME) $?
$(RANLIB) $(LIBNAME) $(RANLIB) $(LIBNAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment