~mpu/qbe

declare check-rv64 as a phony make target v1 APPLIED

Nguyễn Gia Phong: 1
 declare check-rv64 as a phony make target

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mpu/qbe/patches/49804/mbox | git am -3
Learn more about email & git

[PATCH] declare check-rv64 as a phony make target Export this patch

References: 4e93eeaa3b63b ("add rv64 backend")
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f5e8a76876c0..bed718a0e4bf 100644
--- a/Makefile
+++ b/Makefile
@@ -90,4 +90,4 @@ src:
		}" < $$F;                          \
	done

.PHONY: clean clean-gen check check-arm64 src 80 install uninstall
.PHONY: clean clean-gen check check-arm64 check-rv64 src 80 install uninstall
-- 
2.41.0
Thanks, that's now on master.