summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b3f5033..e0dac0ea 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@
#
.PHONY: all download modules ich9m-descriptors payloads roms release clean \
- crossgcc-clean install-dependencies-ubuntu
+ crossgcc-clean install-dependencies-ubuntu install-dependencies-debian \
+ install-dependencies-arch
all: roms
@@ -60,3 +61,9 @@ crossgcc-clean:
install-dependencies-ubuntu:
./build dependencies ubuntu2004
+
+install-dependencies-debian:
+ ./build dependencies debian
+
+install-dependencies-arch:
+ ./build dependencies arch