From 1aa403d7dbb73b931b3a14ff26936152ab82e25c Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Fri, 2 Dec 2022 13:10:24 -0800 Subject: [PATCH] Fix the order of flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 413934b2..cdd527c1 100644 --- a/Makefile +++ b/Makefile @@ -224,5 +224,5 @@ build-library: # Build and install the openram library library: build-library - @python3 -m pip install --find-links=dist openram --force + @python3 -m pip install --force --find-links=dist openram .PHONY: library