From e15499786214d7cd7f9a6151f99ea660c9b498bd Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 24 Jul 2024 20:41:38 +1200 Subject: [PATCH] fix dep on config.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e83e7e..a7f19ce 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ $(OBJ): all.h ops.h $(AMD64OBJ): amd64/all.h $(ARM64OBJ): arm64/all.h $(RV64OBJ): rv64/all.h -main.o: config.h +libqbe.o: config.h config.h: @case `uname` in \