aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move all tests next to the code they're testingHEADmasteraqua2023-03-051-2/+8
* Add TARGETBIN and TARGETLIB rulesaqua2023-03-051-0/+2
* Move C stdlib to lib/libkaqua2023-02-181-4/+4
* Generate dependency files for source codeaqua2023-02-121-2/+2
* blake2: use makefiles instead of meson.buildaqua2023-01-291-4/+9
* Add test and valgrind targets to rules.mkaqua2022-12-271-6/+2
* Add sched/roundrobin testsaqua2022-12-251-2/+5
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-111-1/+1
* Remove custom include paths in makefilesaqua2022-12-041-2/+0
* Add FILE structaqua2022-11-081-1/+1
* Add python-sphinx docsaqua2022-11-081-2/+3
* lib: migrate tests to gtestaqua2022-11-061-2/+3
* lib/malloc: add linked list implementationaqua2022-11-061-0/+3
* makefile: replace ,SRCS with .SRCSaqua2022-11-051-1/+1
* makefile: add Makefile.configaqua2022-11-011-1/+1
* makefile: clean target shouldn't depend on OBJSaqua2022-11-011-2/+0
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-7/+2
* Remove meson.build filesaqua2022-10-291-1/+0
* makefile: add src/kernel.a targetaqua2022-10-291-0/+3
* makefile: add i686/arch.a targetaqua2022-10-291-0/+13