mirror of
https://github.com/SciresM/hactool
synced 2025-02-17 03:38:24 +00:00
3 lines
77 B
Text
3 lines
77 B
Text
CC=gcc
|
|
CFLAGS=-O2 -Wall -Wextra -pedantic -std=gnu11 -fPIC
|
|
LDFLAGS= -lgcrypt
|