From b9abe4d28fe9939510790d7cdc1249bd655a7bd2 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Fri, 25 Nov 2022 01:07:31 -0600 Subject: [PATCH] Add modules to build system --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 705a697..a7d3287 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS ?= -Wall -Wextra -g -O1 LDFLAGS ?= -g -O1 LIB_CFLAGS ?= -fpic LIB_LDFLAGS ?= -shared -ORDINARY_OBJS := ordinary +ORDINARY_OBJS := build idx inspect maint .PHONY: all ordinary init clean