X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/7f3fda6b8b16db05c9ca9a4fbf8417f20f507f6c..91245c4c700e6740b4d00e1f36b02e05ff96dabd:/Makefile diff --git a/Makefile b/Makefile index 6122f77..91238e3 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ all: cd emufs; make cd emufs_gui; make +.PHONY: doc +doc: + doxygen clean: cd emufs; make clean