diff options
author | pommicket <pommicket@gmail.com> | 2023-07-03 17:50:49 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-03 17:50:49 -0400 |
commit | 113d03741a66c006faa2be670b1aef7ceb4cdd20 (patch) | |
tree | f9aa4b4d50e3c94a8e1980dd129a459caddbdff8 /05/.gitignore | |
parent | 3384d6913338dcacd36468ea621668417cea1ed3 (diff) |
add inttyes.h,stdint.h to 05 stdlib, musl instructions in readme
Diffstat (limited to '05/.gitignore')
-rw-r--r-- | 05/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/05/.gitignore b/05/.gitignore index e2ef208..022bae2 100644 --- a/05/.gitignore +++ b/05/.gitignore @@ -1,5 +1,6 @@ in04 address_map.txt *.o +*.d tcc-bootstrap -musl-bootstrap
\ No newline at end of file +musl-bootstrap |