From ed8f1f713b9b994885bb131d69b1788e3700026b Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 8 Dec 2020 12:14:14 +0000 Subject: [PATCH] Fix type in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e7b338..261934a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GIT_VERSION := $(shell git describe --abbrev=0 --tags) ISSUE := $(shell cat /etc/issue.net) ifneq ($(filter %Raspbian,$(ISSUE)),) - OSFLAG=-D RASPBAN + OSFLAG=-D RASPBIAN endif # uncomment the following line to force 480x320 screen -- 2.45.2