mirror of
https://github.com/xqemu/xqemu.git
synced 2025-04-02 11:11:56 -04: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)
|
|
|