diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-09-11 19:22:37 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-09-11 19:22:37 +0500 |
commit | dfda6b6e55f75cc0dd77b13b08d83d8ca3b3842f (patch) | |
tree | 2d05cfd65c3484ba6646401377f82fee0b6c1e90 /.gitignore | |
parent | df812fe56644498e893f3ccb02e9595bc79ce01d (diff) |
change final build target to libprb.a that one can link with
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,2 +1,6 @@ -example/example -example/example.exe +example/arena +example/macros +example/string +example/sys +libprb.a +*.o |