diff options
Diffstat (limited to 'snag/makefile')
| -rw-r--r-- | snag/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snag/makefile b/snag/makefile index b44020f..7af765e 100644 --- a/snag/makefile +++ b/snag/makefile @@ -3,7 +3,7 @@ CFLAGS = -Wall -g TARGET = snag -SRCS = main.c pkg_db.c +SRCS = main.c pkg_db.c util.c OBJS = $(SRCS:.c=.o) .SILENT: $(OBJS) $(TARGET) |
