Compare commits

...

2 Commits

Author SHA1 Message Date
Nick Chambers b9abe4d28f Add modules to build system 2022-11-25 01:07:31 -06:00
Nick Chambers 1fc7525e34 Give source files better names 2022-11-25 01:06:30 -06:00
4 changed files with 1 additions and 1 deletions

View File

@ -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