mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 17:04:21 +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
|
|
|