mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-25 12:40:08 +00:00
6bf19c94a0
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
10 lines
113 B
Makefile
10 lines
113 B
Makefile
|
|
CLEANFILES= *.out.bad *.notrun check.log check.time
|
|
|
|
# no default target
|
|
default:
|
|
|
|
clean:
|
|
rm -f $(CLEANFILES)
|
|
|