7 lines
65 B
Makefile
7 lines
65 B
Makefile
|
.PHONY: clean
|
||
|
.SUFFIXES:
|
||
|
|
||
|
clean:
|
||
|
rm -f *.html
|
||
|
rm -f api/*.html
|