Skip to content

Commit

Permalink
Add new lm_timestr.c example to examples/Makefile.win
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Trabant committed Jun 21, 2019
1 parent edf8f2f commit bbbd82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ INCS = /I..
OPTS = /O2 /D_CRT_SECURE_NO_WARNINGS
LIBS = ../libmseed.lib

SRCS = mseedview.c lm_parse.c lm_pack.c lm_pack_rollingbuffer.c lm_read_selection.c lm_read_recordlist.c lm_read_buffer.c
SRCS = mseedview.c lm_parse.c lm_pack.c lm_pack_rollingbuffer.c lm_read_selection.c lm_read_recordlist.c lm_read_buffer.c lm_timestr.c
BINS = $(SRCS:.c=.exe)

all: $(BINS)
Expand Down

0 comments on commit bbbd82d

Please sign in to comment.