Add gendoc to clean target.

This commit is contained in:
Dominik Pantůček 2023-07-06 19:48:16 +02:00
parent 3ee2532597
commit 23db356dec

View file

@ -78,7 +78,7 @@ imports: $(HACKERBASE-DEPS)
.PHONY: clean .PHONY: clean
clean: clean:
rm -f *.c *.link *.o *.import.scm ../hackerbase rm -f *.c *.link *.o *.import.scm ../hackerbase ../gendoc
.PHONY: install .PHONY: install
install: static install: static