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