diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-26 13:30:57 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-26 13:30:57 +0100 |
commit | 3f29a12d9023de3bf27fa7606f07285bcb5d1732 (patch) | |
tree | c7918a76b00767adb0e67c46ce941ecbc6aeae48 /LibC/.gitignore | |
parent | cccc8d8aeb0e204283c76ccb0e92fba2e2a0071c (diff) | |
download | serenity-3f29a12d9023de3bf27fa7606f07285bcb5d1732.zip |
More compat work. Rename libraries from LibFoo.a => libfoo.a
This makes it more straightforward to build a cross-compiler toolchain.
Also move math stuff from LibC to LibM.
Diffstat (limited to 'LibC/.gitignore')
-rw-r--r-- | LibC/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibC/.gitignore b/LibC/.gitignore index 5191909171..34cdcf1531 100644 --- a/LibC/.gitignore +++ b/LibC/.gitignore @@ -1,4 +1,4 @@ *.o *.no *.d -LibC.a +libc.a |