summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GNUmakefile
blob: aa569b3624eae53a267769face48adb7ac7e751e (plain)
1
2
3
4
5
6

all:

clean:
	find . -name '*.pyc' -exec rm '{}' ';'