Added info to the makefile

This commit is contained in:
Maschell 2017-11-11 16:18:37 +01:00
parent 895f50805d
commit 2a2c0568c3

View File

@ -36,6 +36,12 @@ Link the application with
-lutils -ldynamiclibs
```
You also need to add the include path to your Makefile. Example:
```
export INCLUDE := [...] -I$(PORTLIBS)/include/libutils
```
Check out the header for more information.
## Compiling