update readme
This commit is contained in:
parent
cf9e6dbf15
commit
65f22b9fcf
28
README.md
28
README.md
@ -1,14 +1,30 @@
|
|||||||
# Shake
|
# Shake
|
||||||
SHell mAKE
|
SHell mAKE
|
||||||
|
|
||||||
Usage: ./shake <input_file>
|
NOTE:
|
||||||
./skake runs the value of @COMPILECMD.
|
`shake` has been depricated by `bake`.
|
||||||
The value of @COMPILECMD is read from <input_file> in is whatever comes after '@COMPILECMD ' until the end of the line.
|
`@COMPILECMD` has been replaced by `@BAKE`.
|
||||||
Inside the value of @COMPILECMD all mentions of '$@' are replaced with <input_file>.
|
The bake repository tracks the most up to date
|
||||||
The point of this script is ease to compialation of singe source file (toy) programs.
|
versions of all implementations.
|
||||||
|
|
||||||
|
Mirrors:
|
||||||
|
* [github](https://github.com/emilwilliams/bake)
|
||||||
|
* [onion](https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/emil/bake)
|
||||||
|
|
||||||
|
```
|
||||||
|
Usage: ./shake <input_file>
|
||||||
|
./skake runs the value of @COMPILECMD.
|
||||||
|
The value of @COMPILECMD is read from <input_file> in is whatever comes after '@COMPILECMD ' until the end of the line.
|
||||||
|
Inside the value of @COMPILECMD all mentions of '$@' are replaced with <input_file>.
|
||||||
|
The point of this script is ease to compialation of singe source file (toy) programs.
|
||||||
|
```
|
||||||
|
|
||||||
### Rationale
|
### Rationale
|
||||||
I make many example/test files, many require linking and trying to remember which libraries are dependencies or copying the right command from the source file gets old fast.
|
I make many example/test files,
|
||||||
|
many require linking and trying to remember
|
||||||
|
which libraries are dependencies
|
||||||
|
and copying the right command from the source file gets old,
|
||||||
|
fast.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
```C
|
```C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user