Fix minor issues

This commit is contained in:
Justine Tunney 2021-10-08 20:51:11 -07:00
parent bba144246a
commit 425a57080d
3 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,7 @@
.PHONY: o/$(MODE)/third_party
o/$(MODE)/third_party: \
o/$(MODE)/third_party/argon2 \
o/$(MODE)/third_party/bzip2 \
o/$(MODE)/third_party/chibicc \
o/$(MODE)/third_party/compiler_rt \
@ -21,5 +22,4 @@ o/$(MODE)/third_party: \
o/$(MODE)/third_party/sqlite3 \
o/$(MODE)/third_party/stb \
o/$(MODE)/third_party/xed \
o/$(MODE)/third_party/argon2 \
o/$(MODE)/third_party/zlib