Rename global.h to util.h

The functionality has changed since we no longer need a place for global
variables.
This commit is contained in:
2024-09-17 17:53:08 +02:00
parent 5058070fcb
commit 6ce5417c70
4 changed files with 4 additions and 6 deletions

View File

@ -20,7 +20,7 @@ INCFLAGS=
LDFLAGS=-lsqlite3
DEFS=
CFLAGS=$(INCFLAGS) -std=c99 -Wall -Wextra -Wfatal-errors -Werror
HDRS=src/arg_parse.h
HDRS=src/arg_parse.h src/util.h
OBJS=src/main.o src/arg_parse.o
VERSION=1.0