aboutsummaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Collapse)Author
2023-08-19Add clang-tidy linting, callable with make lint.NunoSempere
2023-07-27use -O3 -Wall gcc flags, add old.reddit.com cssNunoSempere
2023-05-15Revert "css tweaks; to be reverted"NunoSempere
This reverts commit 84df2273ebc63703c494b681a941d7984cace42b.
2023-05-15css tweaks; to be revertedNunoSempere
2023-05-13debug shortcuts pluginNunoSempere
2023-05-13incorporate shortcuts plugin into rose.c and makefileNunoSempere
2023-05-08feat: make search bar gigantic, document GTK inspect.NunoSempere
2023-05-03document bug fix after breaking library installation paths on my machineNunoSempere
2023-04-21fix: bug with make and cd not working as expectedNunoSempere
2023-04-21feat: improve compilation a bit.NunoSempere
- tcc -> gcc (noticeably faster compilation)
2023-03-28fix: fix makefile typoNunoSempere
2023-03-28feat: makefile handles git and cache pathsNunoSempere
2023-03-28fixes: fix bugs found when running in a virtual machineNunoSempere
2023-03-28tweak: add make uninstall, make cleanNunoSempere
2023-03-28tweak: add formatter to makefileNunoSempere
2023-03-28tweak: add rudimentary makefileNunoSempere