Use ./configure to detect arc4random and use it if present
This commit is contained in:
18
Makefile.in
Normal file
18
Makefile.in
Normal file
@@ -0,0 +1,18 @@
|
||||
# -----------------------------------
|
||||
# Fiche MAKEFILE
|
||||
# https://github.com/solusipse/fiche
|
||||
# solusipse.net
|
||||
# -----------------------------------
|
||||
|
||||
CFLAGS+=-pthread -O2
|
||||
CFLAGS+=@LIBS@
|
||||
|
||||
all: fiche
|
||||
|
||||
install: fiche
|
||||
install -m 0755 fiche ${PREFIX}/bin
|
||||
|
||||
clean:
|
||||
rm -f fiche
|
||||
|
||||
.PHONY: clean
|
||||
Reference in New Issue
Block a user