diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-03-30 01:58:44 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-03-30 01:58:44 +0100 |
commit | fb70c64aee30c427024090b0e798cf23c98877b5 (patch) | |
tree | 3933921985f417edef374cc8a83b231337b7f5ef | |
parent | d7238ffa33c2ba52f9569e1de237b8a9d49d40e2 (diff) | |
download | termgl-fb70c64aee30c427024090b0e798cf23c98877b5.tar.gz |
Readme fix
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,4 +37,4 @@ To build the documentation, install `doxygen` and run `make doc`. Compile your program with linkerflags: - -L/path/to/lib -ltermgL -lstdc++ + -L/path/to/lib -ltermgl -lstdc++ |