mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 12:53:53 -06:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
|
|
CLEANFILES= *.out.bad *.notrun check.log check.time
|
|
|
|
# no default target
|
|
default:
|
|
|
|
clean:
|
|
rm -f $(CLEANFILES)
|
|
|