Alphabetize dependencies in GARGOYLE_OBJS

This commit is contained in:
Nick Chambers 2022-06-29 12:28:29 -05:00
parent 2d06e72fc4
commit 36adca4362
1 changed files with 1 additions and 2 deletions

View File

@ -2,10 +2,9 @@ CFLAGS ?= -Wall -Wextra -g -O1
LDFLAGS ?= -g -O1
LIB_CFLAGS ?= -fpic
LIB_LDFLAGS ?= -shared
GARGOYLE_OBJS := gargoyle sleuth twine scribe
GARGOYLE_OBJS := gargoyle scribe sleuth twine
# temporary until there are tests for all source files
GARGOYLE_TEST_OBJS := runner twine
.PHONY: all gargoyle init docs test clean