summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-11-22 18:56:14 -0500
committerAndrew Cady <d@jerkface.net>2023-11-22 18:56:14 -0500
commit1a5070344f29a1a6394d660b721f9e8059bf88c4 (patch)
treec630ca33d413cb0bd7446c765ede33e6191e901d
parent198b40c70815899a67c412e67ffe033b46ec80f0 (diff)
fixup
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4a16d9..6934d38 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ apt = $(shell which apt || which apt-get)
179 179
180.PHONY: apt-get-update-stamp 180.PHONY: apt-get-update-stamp
181apt-get-update-stamp: 181apt-get-update-stamp:
182 @if $(stale) \ 182 @if $(stale); \
183 then \ 183 then \
184 set -x; \ 184 set -x; \
185 sudo dpkg --add-architecture i386; \ 185 sudo dpkg --add-architecture i386; \