From 69e2be81c732353f5f89389fec3f9bb768b0766a Mon Sep 17 00:00:00 2001 From: cflip Date: Sun, 22 Jan 2023 23:00:11 -0700 Subject: Use Glypher as the official name of the editor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 585b329..46c09b7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS=-std=c99 -g -Wall LFLAGS=-lSDL2 -lz -OUT=editor +OUT=glypher OBJS=main.o \ buffer.o \ editor.o \ -- cgit v1.2.3