Ajout du flag -pthread
This commit is contained in:
@@ -6,7 +6,7 @@ SRC = secured_transaction_threads.c
|
||||
|
||||
# Règle par défaut : compilation et lien
|
||||
all:
|
||||
gcc $(SRC) -o $(TARGET)
|
||||
gcc $(SRC) -o $(TARGET) -pthread
|
||||
|
||||
# Nettoyage des fichiers générés
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user