update Makefile

This commit is contained in:
Jeroen Oudshoorn
2024-02-08 21:40:28 +01:00
parent 488968ba7f
commit 107d366c82

View File

@ -1,6 +1,6 @@
PACKER_VERSION := 1.10.0 PACKER_VERSION := 1.10.0
PWN_HOSTNAME := pwnagotchi PWN_HOSTNAME := pwnagotchi
PWN_VERSION := ${PWN_VERSION} PWN_VERSION := $(shell cut -d"'" -f2 < pwnagotchi/_version.py)
MACHINE_TYPE := $(shell uname -m) MACHINE_TYPE := $(shell uname -m)
ifneq (,$(filter x86_64,$(MACHINE_TYPE))) ifneq (,$(filter x86_64,$(MACHINE_TYPE)))