X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=Makefile;h=cd2ce62859dcd8c7ee9d71a0f8011c99fd66305f;hp=d2acd750e8f9c301c6db94fa6216736009841b48;hb=0c2216d1e0dc8565a6bf61c9572e47bb1ae1c1fb;hpb=27f7fa2a8566beb45fc813fcd8ff3f1e7c738883 diff --git a/Makefile b/Makefile index d2acd75..cd2ce62 100644 --- a/Makefile +++ b/Makefile @@ -802,10 +802,13 @@ crypto/libeddsa/lib/sc.c \ crypto/libeddsa/lib/sha512.c \ crypto/libeddsa/lib/x25519.c -SIGNOBJ=$(SIGNSRC:.c=.o) +SIGNOBJ=$(SIGNSRC:.c=.o) lib/readpass.o lib/blake2/ref/blake2b-ref.o \ + crypto/chacha.o $(SIGNOBJ): CFLAGS=-Wall -Wextra -W -Werror -Wno-pointer-sign \ - -Icrypto/libeddsa/lib -Wno-unused-command-line-argument + -Wno-missing-braces \ + -Icrypto/libeddsa/lib -Wno-unused-command-line-argument \ + -I. zpm-sign: $(SIGNOBJ) $(CC) -Wall -Wextra -W -Werror -Wno-unused-command-line-argument -static -o $@ $+