debut TP1
This commit is contained in:
10
2020-2021/S3T_TP_01_SGF-1/Makefile
Executable file
10
2020-2021/S3T_TP_01_SGF-1/Makefile
Executable file
@@ -0,0 +1,10 @@
|
||||
CFLAGS = -Wall -std=gnu99 -g
|
||||
|
||||
EXECUTABLES = demo \
|
||||
myls
|
||||
|
||||
all : ${EXECUTABLES}
|
||||
|
||||
clean :
|
||||
@rm -f core *.o *.out *~
|
||||
@rm -f ${EXECUTABLES}
|
Reference in New Issue
Block a user