Subversion Repositories RepoView

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 nishi 1
# $Id: generic.mk 33 2024-08-22 02:15:44Z nishi $
2
 
3
CC = cc
33 nishi 4
CFLAGS = -std=c99 -DOPENSSL_SUPPRESS_DEPRECATED
1 nishi 5
LDFLAGS =
3 nishi 6
LIBS = -lcrypto