]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/Python/Makefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / Python / Makefile
CommitLineData
c69f724d 1## @file\r
2# Windows makefile for Python tools build.\r
3#\r
95cc4962 4# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c69f724d 6#\r
7\r
efb1e40f 8all:\r
cd1c9604 9\r
30fdf114 10clean:\r
c69f724d 11cleanall: \r
efb1e40f 12 @del /f /q $(BASE_TOOLS_PATH)\Source\Python\*.pyc\r
c69f724d 13\r