"debut TD0"
This commit is contained in:
13
2019-2020/S3T_TP_04_PROCESSUS-3-SGF-2/Demonstrations/Makefile
Executable file
13
2019-2020/S3T_TP_04_PROCESSUS-3-SGF-2/Demonstrations/Makefile
Executable file
@@ -0,0 +1,13 @@
|
||||
CFLAGS = -Wall -std=gnu99
|
||||
|
||||
EXECUTABLES = demo_dup2 \
|
||||
demo_pipe \
|
||||
demo_pipe_fork
|
||||
|
||||
|
||||
|
||||
all : ${EXECUTABLES}
|
||||
|
||||
clean :
|
||||
@rm -f core *.o *.out *~
|
||||
@rm -f ${EXECUTABLES}
|
Reference in New Issue
Block a user