Files
slimbootloader/BaseTools/Source/Python/GNUmakefile
T

13 lines
245 B
Makefile
Raw Normal View History

2018-09-13 16:11:07 -07:00
## @file
# GNU/Linux makefile for Python tools build.
#
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
2018-09-13 16:11:07 -07:00
#
all:
clean:
find . -name '*.pyc' -exec rm '{}' ';'