From 36adca43625107c92ddce291a802e1810a4e8634 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Wed, 29 Jun 2022 12:28:29 -0500 Subject: [PATCH] Alphabetize dependencies in GARGOYLE_OBJS --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0671f54..9fa1020 100644 --- a/Makefile +++ b/Makefile @@ -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