pegh/Makefile

8 lines
157 B
Makefile
Raw Normal View History

2019-12-25 09:45:47 -05:00
pegh : pegh.c
cc -Wall -Wextra -Werror -std=c89 -pedantic \
-Wstrict-prototypes -Wold-style-definition \
pegh.c -lcrypto -O3 -o pegh
clean :
rm -f pegh