http://git.etherboot.org
/
efi
/
basetools
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Various changes to allow "C" tools to build on OS X & Linux.
[efi/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