Add missing dependency

This commit is contained in:
prpr 2023-02-18 01:42:01 +00:00
parent 44e991b36e
commit 179834a5f5
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ SRCS= descriptor.c \
HDRS= descriptor.h \
epg.h \
lint.h \
util.h
util.h \
xgetopt.h
OBJS= $(SRCS:.c=.o)
CC=gcc