"depot M311"
This commit is contained in:
13
S3T_TP_07_THREADS/Demonstrations/makefile
Normal file
13
S3T_TP_07_THREADS/Demonstrations/makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
CFLAGS = -Wall -g -std=gnu99 -lpthread
|
||||
CC = gcc
|
||||
|
||||
EXECUTABLES = demo_pthread \
|
||||
demo_system \
|
||||
pthread10 \
|
||||
demo_mutex
|
||||
|
||||
all : ${EXECUTABLES}
|
||||
|
||||
clean :
|
||||
@rm -f core *.o *.out *~
|
||||
@rm -f ${EXECUTABLES}
|
Reference in New Issue
Block a user