diff --git a/Makefile b/Makefile index 3856792..a57be3c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ARCHITECTURES=arm64 armhf amd64 -.PHONY: all -all: $(ARCHITECTURES) +.PHONY: default +default: $(shell dpkg --print-architecture) .PHONY: $(ARCHITECTURES) $(ARCHITECTURES):