X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/7f3fda6b8b16db05c9ca9a4fbf8417f20f507f6c..7ccae609792550a7d81d2496742def35f003bf26:/Makefile diff --git a/Makefile b/Makefile index 6122f77..4e45795 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