2020-06-05 15:12:33 +03:00

12 lines
249 B
Makefile

## @file
# Copyright (c) 2020, PMheart. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
##
PROJECT = RsaPreprocess
PRODUCT = $(PROJECT)$(SUFFIX)
OBJS = $(PROJECT).o
include ../../User/Makefile
CFLAGS += -I../../Library/OcCryptoLib