Skip to content

Commit

Permalink
fix: missing source files in Makefile.static
Browse files Browse the repository at this point in the history
  • Loading branch information
matricali committed Aug 15, 2024
1 parent 9f770dc commit 0a901d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.static
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ SRCS := cbrutekrag.c \
log.c \
str.c \
iprange.c \
progress.c \
progressbar.c \
bruteforce_ssh.c \
detection.c target.c \
credentials.c \
macrowrapper.c
credentials.c
OBJS := $(SRCS:%.c=obj/%.o)

all: dirs $(NAME)
Expand Down

0 comments on commit 0a901d7

Please sign in to comment.