Add Makefile and build instructions
This commit is contained in:
parent
288205fc17
commit
c90417537b
2 changed files with 20 additions and 1 deletions
|
@ -18,5 +18,12 @@ Here are the instructions to build this website. It should work on any system,
|
|||
|
||||
### Building
|
||||
|
||||
Coming soon!
|
||||
Run the following command in a shell:
|
||||
```sh
|
||||
$ make
|
||||
```
|
||||
|
||||
To delete previously built pages, run the following command:
|
||||
```sh
|
||||
$ make clean
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue