Skip to content

Commit

Permalink
Modified makefile to remove 'libsets' references
Browse files Browse the repository at this point in the history
  • Loading branch information
jarhodes314 committed Jul 27, 2018
1 parent ef8de29 commit f4f01f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) $<
Expand Down

0 comments on commit f4f01f0

Please sign in to comment.