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
|
||||
3
doc/simple_project/README
Normal file
3
doc/simple_project/README
Normal file
@@ -0,0 +1,3 @@
|
||||
simple.c vx-clutch
|
||||
|
||||
A simple program that does simple things.
|
||||
0
doc/simple_project/simple.c
Normal file
0
doc/simple_project/simple.c
Normal file
Reference in New Issue
Block a user