2010-03-04 11:57:31 +00:00
|
|
|
## @file
|
2013-08-23 02:18:16 +00:00
|
|
|
# GNU/Linux makefile for Python tools build.
|
2010-03-04 11:57:31 +00:00
|
|
|
#
|
2010-05-18 05:04:32 +00:00
|
|
|
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
2019-04-03 16:03:11 -07:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2010-03-04 11:57:31 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
all:
|
|
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
find . -name '*.pyc' -exec rm '{}' ';'
|
|
|
|
|
|