diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ bin/strstream: src/strstream.c $(CC) src/strstream.c -o bin/strstream $(CLIBS) $(CFLAGS) bin/strstreamone: src/strstreamone.c $(CC) src/strstreamone.c -o bin/strstreamone $(CLIBS) $(CFLAGS) -bin/sequence_end_points: src/sequence_end_points.c +bin/sequence_end_points: src/sequence_end_points.c $(CC) src/sequence_end_points.c -o bin/sequence_end_points $(CLIBS) $(CFLAGS) bin/filter_melting_range: src/filter_melting_range.c $(CC) src/filter_melting_range.c -o bin/filter_melting_range $(CLIBS) $(CFLAGS) |