hactool/config.mk.template

4 lines
107 B
Text
Raw Permalink Normal View History

2018-01-29 18:39:30 +00:00
CC = gcc
CFLAGS = -O2 -Wall -Wextra -pedantic -std=gnu11 -fPIC
LDFLAGS = -lmbedtls -lmbedx509 -lmbedcrypto