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