aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-02 00:08:49 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-02 00:08:49 -0500
commit96daa96857ce9d3778265f46d4c75ea3ce3d9b24 (patch)
tree06ab3f919f5b7b6143054db1c3102c8d33f9ee7f
parent40288a920108073fb7d66123d80af113c373b471 (diff)
Renamed Windows rc target so it matches existing convention.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d177e272..176567fc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -47,7 +47,7 @@ endef
textadept_gtk_objs := $(call objs, textadept.c)
textadept_curses_objs := $(call curses-objs, textadept.c)
textadept_objs := $(textadept_gtk_objs) $(textadept_curses_objs)
-textadept_rc_objs := textadept_rc.o
+textadept_rc_objs := win-textadept_rc.o
ta_flags := -std=c99 -pedantic -Iscintilla/include -Igtdialog -Wall