5 lines
47 B
Makefile
5 lines
47 B
Makefile
.PHONY: clean
|
|
.SUFFIXES:
|
|
|
|
clean:
|
|
rm -f *.html
|