added top level makefile for simpler dev

This commit is contained in:
Erik Frojdh
2023-05-30 14:20:12 +02:00
parent 9cf3ce24d1
commit 66195c0313
2 changed files with 16 additions and 0 deletions

View File

@ -8,6 +8,12 @@ Useful links:
### Build instructions
**Simplified build using make**
```bash
make #build c extension inplace
```
**Manual build**
```bash
#build in place and use from the same folder