From c6a2a6a6e8fd6476bc9a656934dcaded7fc56147 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 7 May 2020 15:59:50 -0400 Subject: use mk-build-deps to install build deps --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f071c77..35e7e80 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,9 @@ install-stack: stack: @which stack >/dev/null || make install-stack -build-deps: build-dep-stamp -build-dep-stamp: build-deps.txt - sudo apt-get install --no-upgrade $$(cat build-deps.txt) +build-deps: build-deps-stamp +build-deps-stamp: build-deps.control + sudo mk-build-deps --root-cmd sudo build-deps.control --install --remove touch $@ dynmenu: src/dynmenu.cpp | build-deps -- cgit v1.2.3