mirror of
https://github.com/acpica/acpica/
synced 2024-12-26 20:29:48 +03:00
2992688b8f
in tests/templates.
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
|
|
|