Ajout du flag -pthread
This commit is contained in:
parent
aaee9baa0b
commit
1fdba01789
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user