http://git.etherboot.org
/
people
/
mcb30
/
basetools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
BaseTools/Source/Python/Common/ToolDefClassObject.py:
[people/mcb30/basetools.git]
/
GNUmakefile
1
2
all:
3
$(MAKE) -C Source/C
4
5
clean:
6
$(MAKE) -C Source/C clean
7
find Source/Python -name '*.pyc' -exec rm '{}' ';'
8