X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/7f3fda6b8b16db05c9ca9a4fbf8417f20f507f6c..44479d8b55485e97a5ebb95a5fac73b0b7627a6a:/Makefile diff --git a/Makefile b/Makefile index 6122f77..98c1763 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,15 @@ +#EMUFS - The EMUFS Team +# +# subdirs=emufs emufs_gui all: cd emufs; make cd emufs_gui; make +.PHONY: doc +doc: + doxygen clean: cd emufs; make clean