mirror of
https://github.com/SciresM/hactool
synced 2024-11-10 06:34:14 +00:00
3 lines
107 B
Text
3 lines
107 B
Text
CC = gcc
|
|
CFLAGS = -O2 -Wall -Wextra -pedantic -std=gnu11 -fPIC
|
|
LDFLAGS = -lmbedtls -lmbedx509 -lmbedcrypto
|