Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
266 B
Makefile
Raw Permalink Normal View History

## @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:
2016-08-15 17:12:12 +08:00
clean:
2019-10-01 13:42:32 +01:00
cleanall:
@del /f /q $(BASE_TOOLS_PATH)\Source\Python\*.pyc