diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-21 11:18:21 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-21 11:18:21 -0400 |
| commit | df1e0af03db13339add48a9bc6350eedb30775ff (patch) | |
| tree | 42ab1dacb3cedec4f298fd627fa77d152ea8198e /snag/makefile | |
| parent | 8b82a228ef754778caec172f5882e80ae57f536b (diff) | |
argument parsing and subcommands
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 7af765e..8770725 100644 --- a/snag/makefile +++ b/snag/makefile @@ -3,7 +3,7 @@ CFLAGS = -Wall -g TARGET = snag -SRCS = main.c pkg_db.c util.c +SRCS = main.c pkg_db.c util.c libargs/args.c OBJS = $(SRCS:.c=.o) .SILENT: $(OBJS) $(TARGET) |
