template in Readme
parent
6f2b648fe4
commit
487bf3abe5
@ -1,8 +1,28 @@
|
|||||||
# OuNuPo Make
|
# OuNuPo Make
|
||||||
(Description of makefile)
|
(Description of makefile)
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
# Authors
|
## Authors
|
||||||
|
|
||||||
|
|
||||||
|
# Install
|
||||||
|
`git clone https://git.xpub.nl/repos/OuNuPo-make.git`
|
||||||
|
|
||||||
|
|
||||||
|
# Make commands
|
||||||
|
|
||||||
|
## N+7 (example) Author
|
||||||
|
Description: Replaces every word with the 7th next word in a dictionary.
|
||||||
|
|
||||||
|
run: `make N+7`
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
* a
|
||||||
|
* b
|
||||||
|
* c
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue