mirror of
https://github.com/acpica/acpica/
synced 2024-12-27 12:49:46 +03:00
10 lines
97 B
Makefile
10 lines
97 B
Makefile
|
|
||
|
PROG= templates
|
||
|
|
||
|
templates :
|
||
|
sh templates.sh
|
||
|
|
||
|
clean :
|
||
|
rm -f *.asl *.aml *.dsl *.hex diff.log
|
||
|
|