1
0
mirror of https://github.com/jb55/nostril.git synced 2025-04-23 12:29:55 -04:00

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

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