mirror of https://github.com/acidanthera/audk.git
7 lines
55 B
Makefile
7 lines
55 B
Makefile
|
|
||
|
all:
|
||
|
|
||
|
clean:
|
||
|
find . -name '*.pyc' -exec rm '{}' ';'
|
||
|
|