]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/Python/Makefile
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / Makefile
1 ## @file
2 # Windows makefile for Python tools build.
3 #
4 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7
8 all:
9
10 clean:
11 cleanall:
12 @del /f /q $(BASE_TOOLS_PATH)\Source\Python\*.pyc
13