"depot M311"
This commit is contained in:
16
S3T_TP_03_PROCESSUS-2-PROG/Demonstrations/Makefile
Executable file
16
S3T_TP_03_PROCESSUS-2-PROG/Demonstrations/Makefile
Executable file
@@ -0,0 +1,16 @@
|
||||
CFLAGS = -Wall -g -std=gnu99
|
||||
|
||||
EXECUTABLES = demo_base \
|
||||
demo_exit \
|
||||
demo_sleep \
|
||||
demo_fork \
|
||||
demo_exec_scan \
|
||||
demo_exec_arg \
|
||||
demo_strtok
|
||||
|
||||
|
||||
all : ${EXECUTABLES}
|
||||
|
||||
clean :
|
||||
@rm -f core *.o *.out *~
|
||||
@rm -f ${EXECUTABLES}
|
Reference in New Issue
Block a user