Skip to content

Commit

Permalink
Merge pull request #6 from phillipstanleymarbell/issue-5
Browse files Browse the repository at this point in the history
Modified makefile to remove 'libsets' references
  • Loading branch information
phillipstanleymarbell authored Jul 27, 2018
2 parents ef8de29 + f4f01f0 commit 3697ce4
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 3697ce4

Please sign in to comment.