aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2024-06-28Add TUI to projectTristan Riehs
2024-06-20Use cli and gui as shared librariesTristan Riehs
2024-06-20Integrate the raylib display to the build systemTristan Riehs
2024-06-17Improve build systemTristan Riehs
Add support for toggling debug on and off and for using GNU Readline or not.
2024-05-31Fix the build systemTristan Riehs
Simply use git to retrieve linenoise sources instead.
2024-05-31Switch to linenoise instead of readlineTristan Riehs
The API is the exact same, and this implementation is much lighter and memory-leak-free.
2024-05-30Add proper compilation flagsTristan Riehs
2024-05-30Initial commitTristan Riehs