default architecture
This commit is contained in:
parent
2ea688905d
commit
1894ab17bb
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
ARCHITECTURES=arm64 armhf amd64
|
||||
|
||||
.PHONY: all
|
||||
all: $(ARCHITECTURES)
|
||||
.PHONY: default
|
||||
default: $(shell dpkg --print-architecture)
|
||||
|
||||
.PHONY: $(ARCHITECTURES)
|
||||
$(ARCHITECTURES):
|
||||
|
|
Loading…
Add table
Reference in a new issue