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