mirror of
https://github.com/SciresM/hactool.git
synced 2024-11-23 04:29:41 +00:00
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
CC = gcc
|
|
CFLAGS = -O2 -Wall -Wextra -pedantic -std=gnu11 -fPIC
|
|
LDFLAGS = -lmbedtls -lmbedx509 -lmbedcrypto
|