mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-28 06:34:13 +01:00
Added info to the makefile
This commit is contained in:
parent
895f50805d
commit
2a2c0568c3
@ -36,6 +36,12 @@ Link the application with
|
|||||||
-lutils -ldynamiclibs
|
-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.
|
Check out the header for more information.
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
Loading…
Reference in New Issue
Block a user