make: default prefix

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-07-13 10:33:54 -07:00
parent 98c77b6a05
commit d52b057121
1 changed files with 1 additions and 0 deletions

View File

@ -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