From 441110afd67328c3bf1b5d1771d45b26786e0a88 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Tue, 19 Oct 2021 17:20:25 +0200 Subject: [PATCH] fix spelling in makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index b94056c..b53cc2b 100644 --- a/makefile +++ b/makefile @@ -31,7 +31,7 @@ INST := /usr/local/bin #-----------------------------------------------------------------------------# # C++ and CLI tool -# build exectuable +# build executable $(EXE): check-tags $(GVSN) main.o $(CC) $(OPT) main.o -o $@