No description
Find a file
Khaïs COLIN 46401ef417
libft: do not override default CC
instead use the one provided by the system, which allows easier integration of
tools such as distcc and ccache

jguelen: you probably don't have to worry about anything here
2025-02-19 14:34:08 +01:00
libft libft: do not override default CC 2025-02-19 14:34:08 +01:00
spec tests: add shellspec spec file 2025-02-07 15:29:43 +01:00
src fix: ';' is not a metacharacter 2025-02-11 19:04:05 +01:00
tests fix: ';' is not a metacharacter 2025-02-11 19:04:05 +01:00
.gitignore dev: ignore .cache and compile_commands.json 2025-02-19 13:56:09 +01:00
.shellspec tests: add shellspec spec file 2025-02-07 15:29:43 +01:00
.valgrindrc valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00
Makefile Makefile: add rule to run only C tests 2025-02-13 15:42:02 +01:00
NOTES.md notes: add Bash Hackers Wiki resource 2025-02-13 15:42:02 +01:00
readline.supp valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00