Actualiser src/Makefile
This commit is contained in:
@ -28,7 +28,7 @@ all: $(EXEC)
|
|||||||
# executable compilation and link
|
# executable compilation and link
|
||||||
|
|
||||||
ecoPrimers: $(PRIMER_OBJ) $(LIBFILE)
|
ecoPrimers: $(PRIMER_OBJ) $(LIBFILE)
|
||||||
$(CC) -g $(LDFLAGS) -O5 -m64 -o $@ $< $(LIBPATH) $(LIB)
|
$(CC) $(LDFLAGS) -O5 -o $@ $< $(LIBPATH) $(LIB)
|
||||||
|
|
||||||
|
|
||||||
########
|
########
|
||||||
|
Reference in New Issue
Block a user