]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GNUmakefile
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Source / Python / GNUmakefile
diff --git a/BaseTools/Source/Python/GNUmakefile b/BaseTools/Source/Python/GNUmakefile
new file mode 100644 (file)
index 0000000..aa569b3
--- /dev/null
@@ -0,0 +1,6 @@
+
+all:
+
+clean:
+       find . -name '*.pyc' -exec rm '{}' ';'
+