"depot M111"
This commit is contained in:
11
Demo_make/Makefile
Executable file
11
Demo_make/Makefile
Executable file
@ -0,0 +1,11 @@
|
||||
CFLAGS = -Wall -std=gnu99 -g
|
||||
|
||||
EXECUTABLES = crash \
|
||||
crash2
|
||||
|
||||
|
||||
all : ${EXECUTABLES}
|
||||
|
||||
clean :
|
||||
@rm -f core *.o *.out *~
|
||||
@rm -f ${EXECUTABLES}
|
Reference in New Issue
Block a user