summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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