From f4f01f0372d55e6bd45d41d25947845533c5277d Mon Sep 17 00:00:00 2001 From: James Rhodes Date: Fri, 27 Jul 2018 17:11:54 +0100 Subject: [PATCH] Modified makefile to remove 'libsets' references --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 524db48..4930204 100755 --- a/Makefile +++ b/Makefile @@ -29,10 +29,10 @@ HEADERS =\ flexerror.h\ flex.h\ -all: libsets-$(TARGET).a +all: libflex-$(TARGET).a -libsets-$(TARGET).a: Makefile $(LIBOBJS) - $(AR) r $(TARGET) $(LIBOBJS) +libflex-$(TARGET).a: Makefile $(LIBOBJS) + $(AR) rv $(TARGET) $(LIBOBJS) %.$(OBJECTEXTENSION): %.c $(HEADERS) Makefile # $(LINT) $(INCDIRS) $<