summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-07 15:59:50 -0400
committerAndrew Cady <d@jerkface.net>2020-05-07 15:59:50 -0400
commitc6a2a6a6e8fd6476bc9a656934dcaded7fc56147 (patch)
tree618e2ef54d62b67f360ed99090b578c3eb13356e /Makefile
parent53e15e684d3db7c4b354ec5e465b6c7cf1eb1559 (diff)
use mk-build-deps to install build deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f071c77..35e7e80 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,9 @@ install-stack:
19stack: 19stack:
20 @which stack >/dev/null || make install-stack 20 @which stack >/dev/null || make install-stack
21 21
22build-deps: build-dep-stamp 22build-deps: build-deps-stamp
23build-dep-stamp: build-deps.txt 23build-deps-stamp: build-deps.control
24 sudo apt-get install --no-upgrade $$(cat build-deps.txt) 24 sudo mk-build-deps --root-cmd sudo build-deps.control --install --remove
25 touch $@ 25 touch $@
26 26
27dynmenu: src/dynmenu.cpp | build-deps 27dynmenu: src/dynmenu.cpp | build-deps