Actualiser Makefile
This commit is contained in:
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ all: $(EXEC)
|
|||||||
|
|
||||||
# executable compilation and link
|
# executable compilation and link
|
||||||
|
|
||||||
sumatra: $(SUMATRA_OBJ)
|
sumatra: $(SUMATRA_OBJ) ./sumalibs/libsuma.a
|
||||||
$(CC) $(LDFLAGS) -o $@ -pthread $(SUMATRA_OBJ) $(LIBSUMAPATH) $(LIB)
|
$(CC) $(LDFLAGS) -o $@ -pthread $(SUMATRA_OBJ) $(LIBSUMAPATH) $(LIB)
|
||||||
|
|
||||||
########
|
########
|
||||||
|
Reference in New Issue
Block a user