summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2023-01-22 23:00:11 -0700
committercflip <cflip@cflip.net>2023-01-25 11:00:53 -0700
commit69e2be81c732353f5f89389fec3f9bb768b0766a (patch)
tree56bffb1120ad422cd8d487b3d52fdbbaf21c2863 /Makefile
parent6cf6fd2c62c89ac20e0a5cc3fba74089d5195f19 (diff)
Use Glypher as the official name of the editor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \