Add t/example, a basic example build environment suitable for a tutorial.
This commit is contained in:
parent
2b71e662cb
commit
eae3e7cdef
14 changed files with 51 additions and 8 deletions
4
t/example/hello.do
Normal file
4
t/example/hello.do
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DEPS="main.o
|
||||
mystr.o"
|
||||
redo-ifchange $DEPS
|
||||
gcc -o $3 $DEPS
|
||||
Loading…
Add table
Add a link
Reference in a new issue