Add more to makefile.

This commit is contained in:
Brad Nelson
2022-11-25 16:53:10 -08:00
parent d801d14540
commit f77a65ce3c

View File

@ -34,6 +34,12 @@ make win64
make web make web
``` ```
To install to /usr/bin on Linux / POSIX do:
```
make install
```
ESP32 boards can be compiled and flashed with: ESP32 boards can be compiled and flashed with:
``` ```