Skip to content

Commit

Permalink
libsec: add missing \ in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangrigore authored and 0intro committed Jun 24, 2024
1 parent e5931ae commit ba4a812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ OFILES=\
sha2block64.$O\
sha2_128.$O\
sha2block128.$O\
smallprimes.$O
smallprimes.$O\

default: $(LIB)
$(LIB): $(OFILES)
Expand Down

0 comments on commit ba4a812

Please sign in to comment.