Archived
1
0
plugin test for the mentally unwell. I feel bad for using recursive Make.
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.
Go to file
2023-09-05 19:51:01 -06:00
plug initial 2023-09-05 19:40:53 -06:00
src initial 2023-09-05 19:40:53 -06:00
.gitignore initial 2023-09-05 19:40:53 -06:00
Makefile initial 2023-09-05 19:40:53 -06:00
README Rewrote README 2023-09-05 19:51:01 -06:00
root.mk initial 2023-09-05 19:40:53 -06:00

Run make and LD_LIBRARY_PATH='.' ./plugin for the example.

the LD_LIBRARY_PATH part could be removed by either adding
something into your .bashrc. With some internal messing with
 get/setenv it's probably possible.

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.

Go thank Tsoding Daily: https://yewtu.be/watch?v=Y57ruDOwH1g
But not for the Makefiles, thank RMS for those.