Added rules for documentation

This commit is contained in:
zenon 2018-05-28 18:27:29 +02:00
parent fa455f597b
commit 4add9bd9c7

View File

@ -19,3 +19,9 @@ websh: websh.o
clean: clean:
rm -f websh.o websh rm -f websh.o websh
docs:
doxygen Doxyfile
docs_clean:
rm -rf html latex