diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-12-23 15:11:59 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-12-23 15:12:24 +0100 |
commit | f15f07392dae1dcc99f4646b88c28b5161df61c5 (patch) | |
tree | 4574f1b9b58efb9a5ed4234f58a0603ff1dbfa75 /README.md | |
parent | 30c0510143e1e81eef3604b407da51ba817ed341 (diff) |
Update README.md
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,10 +1,6 @@ -# Mingw64 C++ Driver Example +# Mingw64 C++ Memory Driver -An example ready to use together with [mingw-w64-dpp](https://github.com/utoni/mingw-w64-dpp). - -You can lookup the documentation there. - -For TLDR folks: +Made for [mingw-w64-dpp](https://github.com/utoni/mingw-w64-dpp). ```shell make DPP_ROOT="[path-to-mingw-w64-ddk-template-dir]" all |