mirror of
https://github.com/jb55/nostril.git
synced 2025-07-31 07:38:27 -04:00
1
Makefile
1
Makefile
@@ -2,6 +2,7 @@
|
|||||||
CFLAGS = -Wall -Og
|
CFLAGS = -Wall -Og
|
||||||
OBJS = sha256.o nostril.o aes.o base64.o
|
OBJS = sha256.o nostril.o aes.o base64.o
|
||||||
HEADERS = hex.h random.h config.h sha256.h
|
HEADERS = hex.h random.h config.h sha256.h
|
||||||
|
PREFIX ?= /usr/local
|
||||||
|
|
||||||
all: nostril
|
all: nostril
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user