summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/GNUmakefile')
-rw-r--r--BaseTools/Source/Python/GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/GNUmakefile b/BaseTools/Source/Python/GNUmakefile
new file mode 100644
index 0000000000..aa569b3624
--- /dev/null
+++ b/BaseTools/Source/Python/GNUmakefile
@@ -0,0 +1,6 @@
+
+all:
+
+clean:
+ find . -name '*.pyc' -exec rm '{}' ';'
+