aboutsummaryrefslogtreecommitdiff
path: root/snag/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'snag/makefile')
-rw-r--r--snag/makefile2
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)