]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - Makefile
* BUGFIX : En ver bloques la funcion que juntaba memoria estaba para el orto.
[z.facultad/75.06/emufs.git] / Makefile
1 subdirs=emufs emufs_gui
2
3 all:
4         cd emufs; make
5         cd emufs_gui; make
6
7 .PHONY: doc
8 doc:
9         doxygen
10
11 clean:
12         cd emufs; make clean
13         cd emufs_gui; make clean
14
15