diff --git a/Makefile b/Makefile index 3caf0f0..01ee7c3 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ CFLAGS = -Wall -Og OBJS = sha256.o nostril.o aes.o base64.o HEADERS = hex.h random.h config.h sha256.h +PREFIX ?= /usr/local all: nostril