.PHONY: clean
clean:
rm -rf $(files_to_clean)
- [ ! -d src/third_party/zstd ] || $(MAKE) -C src/third_party/zstd/lib clean
- [ ! -d src/third_party/libb2 ] || $(MAKE) -C src/third_party/libb2 clean
+ [ ! -f src/third_party/zstd/Makefile ] || $(MAKE) -C src/third_party/zstd/lib clean
+ [ ! -f src/third_party/libb2/Makefile ] || $(MAKE) -C src/third_party/libb2 clean
src/third_party/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@