Add rules for building src/crypto as a library
For now, this is hardcoded to support only the internal crypto implementation.
This commit is contained in:
parent
841b52b403
commit
631afd993f
5 changed files with 74 additions and 16 deletions
|
@ -8,14 +8,7 @@ install:
|
|||
@echo Nothing to be made.
|
||||
|
||||
|
||||
ifndef CC
|
||||
CC=gcc
|
||||
endif
|
||||
|
||||
ifndef CFLAGS
|
||||
CFLAGS = -MMD -O2 -Wall -g
|
||||
endif
|
||||
|
||||
include ../lib.rules
|
||||
|
||||
LIB_OBJS= \
|
||||
base64.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue