From 96daa96857ce9d3778265f46d4c75ea3ce3d9b24 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 2 Mar 2022 00:08:49 -0500 Subject: Renamed Windows rc target so it matches existing convention. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3