2021-02-27 19:23:22 +01:00

16 lines
306 B
Makefile

## @file
# Copyright (c) 2020, Marvin Häuser. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
##
PROJECT = ocpasswordgen
PRODUCT = $(PROJECT)$(SUFFIX)
OBJS = $(PROJECT).o
#
# OcCryptoLib targets.
#
OBJS += PasswordHash.o
VPATH = ../../Library/OcCryptoLib
include ../../User/Makefile