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