mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
12 lines
283 B
Makefile
12 lines
283 B
Makefile
## @file
|
|
# Copyright (c) 2020, PMheart. All rights reserved.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
##
|
|
|
|
PROJECT = ocvalidate
|
|
PRODUCT = $(PROJECT)$(SUFFIX)
|
|
OBJS = $(PROJECT).o \
|
|
OcConfigurationLib.o
|
|
VPATH = ../../Library/OcConfigurationLib
|
|
include ../../User/Makefile
|