Skip to content

Commit

Permalink
whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmcc committed May 9, 2019
1 parent f4fed7b commit bcc9cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libsss.a: randombytes/librandombytes.a $(OBJS)
$(AR) -rcs libsss.a $^
endif
ifeq ($(UNAME_S),Darwin)
libtool -static -o libsss.a $^
libtool -static -o libsss.a $^
endif

randombytes/librandombytes.a:
Expand Down

0 comments on commit bcc9cce

Please sign in to comment.