6 lines
55 B
Makefile
6 lines
55 B
Makefile
|
# File: stupid.clean.mk
|
||
|
#
|
||
|
|
||
|
clean:
|
||
|
$(RM) $(CLEANFILES)
|