Archived
1
0
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/README

9 lines
292 B
Plaintext
Raw Normal View History

2023-09-24 12:54:34 -04:00
Run make and ./plugin for the example.
2023-09-05 21:40:53 -04:00
2023-09-05 21:51:01 -04:00
There's a good reason for the fragmentation and recursion of the
Makefiles, as how the files are compiled vary at compile-time
and link-time.
2023-09-05 21:40:53 -04:00
2023-09-05 21:51:01 -04:00
Go thank Tsoding Daily: https://yewtu.be/watch?v=Y57ruDOwH1g
But not for the Makefiles, thank RMS for those.