Import The One True Awk

https://github.com/onetrueawk/awk
This commit is contained in:
Justine Tunney 2022-08-21 12:29:07 -07:00
parent ee49b71be2
commit 2f1679e5cf
20 changed files with 11715 additions and 0 deletions

View file

@ -4,6 +4,7 @@
.PHONY: o/$(MODE)/third_party
o/$(MODE)/third_party: \
o/$(MODE)/third_party/argon2 \
o/$(MODE)/third_party/awk \
o/$(MODE)/third_party/bzip2 \
o/$(MODE)/third_party/chibicc \
o/$(MODE)/third_party/compiler_rt \