2021-11-10 11:36:23 +00:00
|
|
|
## @file
|
|
|
|
|
# Windows makefile for Python tools build.
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
|
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
all:
|
|
|
|
|
|
|
|
|
|
clean:
|
2024-03-08 11:43:46 -07:00
|
|
|
cleanall:
|
2021-11-10 11:36:23 +00:00
|
|
|
@del /f /q $(BASE_TOOLS_PATH)\Source\Python\*.pyc
|
|
|
|
|
|