try to make regex stuff work on some shitty systems

This commit is contained in:
cathugger
2018-01-21 21:22:11 +00:00
parent c65672193f
commit b1549bdb1a
2 changed files with 5 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ ALLO= $(sort \
ALLC= $(patsubst %.c.o,%.c,$(filter %.c.o %.c,$(ALLO)))
CLEANO= $(filter %.o,$(ALLO))
MAINLIB= -lpthread -lsodium
MAINLIB= -lpthread -lsodium @MAINLIB@
TEST_ED25519LIB= -lsodium
EXE= mkp224o test_base32 test_base16 test_ed25519