]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/Python/GNUmakefile
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / GNUmakefile
CommitLineData
c69f724d 1## @file\r
4afd3d04 2# GNU/Linux makefile for Python tools build.\r
c69f724d 3#\r
40d841f6 4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c69f724d 6#\r
7\r
8all:\r
9\r
10clean:\r
11 find . -name '*.pyc' -exec rm '{}' ';'\r
12\r