diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
commit | d7a72d72abf7831fc4b4885be71f340314e45388 (patch) | |
tree | 2abf683bcd6dddf5fdd701f8688aa72528719202 /.gitignore | |
parent | 07cb990645680f95c63526390c24c843cf7e9463 (diff) |
Makefile now compiles both static and dynamic libraries.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ !Makefile
!*/Makefile
*.a
+*.so
*.d
*.o
*.sim
|