save
This commit is contained in:
8
doc/simple_project/Makefile
Normal file
8
doc/simple_project/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
.POSIX:
|
||||
CC ::= gcc
|
||||
CFLAGS ::= -Wall -Wpedenatic -O2
|
||||
|
||||
all: simple
|
||||
|
||||
clean:
|
||||
$(RM) simple
|
||||
Reference in New Issue
Block a user