1## @file
2# Windows makefile for Python tools build.
3#
4# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7
8all:
9
10clean:
11cleanall:
12  @del /f /q $(BASE_TOOLS_PATH)\Source\Python\*.pyc
13
14