Makefile 222 Bytes
Newer Older
BUILDROOT      = .
PROJECT        = kgen
DEBUG          = yes
bins           = certgen
sources       := certgen.c ecc_openssl.c mkgmtime.c
sources-WIN32 := applink.c
packages      += openssl cxml cshared
include common.mk