Skip to content

Commit

Permalink
Merge branch 'main' of github.com:todbot/blink1-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Feb 12, 2024
2 parents e0ecd68 + f7d5fba commit 94a570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ blink1-tiny-server: $(OBJS) blink1-tiny-server-html server/blink1-tiny-server.c
$(CC) $(CFLAGS) $(OBJS) $(EXEFLAGS) ./server/mongoose/mongoose.o $(LIBS) server/blink1-tiny-server-html.o server/blink1-tiny-server.o -o blink1-tiny-server$(EXE) $(LDFLAGS)

$(LIBTARGET): $(OBJS)
$(CC) $(LIBFLAGS) $(CFLAGS) $(OBJS) $(LIBS)
$(CC) $(LIBFLAGS) $(CFLAGS) $(OBJS) $(LIBS) $(LDFLAGS)
$(LIB_EXTRA)

lib: $(LIBTARGET)
Expand Down

0 comments on commit 94a570f

Please sign in to comment.