diff options
author | EuAndreh <eu@euandre.org> | 2024-05-26 09:49:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-26 09:49:56 -0300 |
commit | d263db9e3904d638ec82d4040e6dd2b3f68b6c5a (patch) | |
tree | 14a769cd848dac54befca82a6c3941eea4d7d67c | |
parent | Remove empty files: description, long-description, meta.weave, README.md and ... (diff) | |
download | pindaiba-d263db9e3904d638ec82d4040e6dd2b3f68b6c5a.tar.gz pindaiba-d263db9e3904d638ec82d4040e6dd2b3f68b6c5a.tar.xz |
Makefile: update "siphash" to new "siphashbs" name
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ MANDIR = $(SHAREDIR)/man EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = -LDLIBS = -lsiphash +LDLIBS = -lsiphashbs |