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