]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - Makefile
Mas cosas para T4 y T5
[z.facultad/75.06/emufs.git] / Makefile
index 6122f77287eb6ee119a1edd61a4705555640e297..4e45795910c9c8f942fe8f90941aa01bc5dd77e5 100644 (file)
--- 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