X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/7f3fda6b8b16db05c9ca9a4fbf8417f20f507f6c..c4b24cdb8c9c9c83ad2b4cad26560b3487d15bd7:/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