From a28b49eb87b83f4d680014e79f4059a02bdbafbe Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Fri, 24 Nov 2023 23:52:51 +0100 Subject: [PATCH] Fix binary name --- host/scialys_decode/.gitignore | 5 +++-- host/scialys_decode/Makefile | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/host/scialys_decode/.gitignore b/host/scialys_decode/.gitignore index 93433a6..10795c4 100644 --- a/host/scialys_decode/.gitignore +++ b/host/scialys_decode/.gitignore @@ -1,2 +1,3 @@ -scyalys_info_armhf -scyalys_info +scialys_info_armhf +scialys_info +logs_* diff --git a/host/scialys_decode/Makefile b/host/scialys_decode/Makefile index f67101a..2f8f03b 100644 --- a/host/scialys_decode/Makefile +++ b/host/scialys_decode/Makefile @@ -3,7 +3,7 @@ CC = $(CROSS_COMPILE)gcc CFLAGS = -Wall -O2 -Wextra -EXEC = scyalys_info +EXEC = scialys_info all: $(EXEC) -- 2.43.0