]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Makefile
* Cosas por commitear y nueva clase importante AUTOINCREMENT!, leer mail aparte!!
[z.facultad/75.10/miklolife.git] / demo / src / Makefile
index a30f43f9d5f4d383639391754e8f0735ad839f01..0af2dba9060e3b21f00c7ab410a7d8cd7a720cef 100644 (file)
@@ -4,8 +4,11 @@ SOURCE_EXTRA=$(shell ls --color=none *.cs)
 SOURCE_DOMINIO=$(shell ls --color=none Dominio/*.cs)
 SOURCE_CONTROLADOR=$(shell ls --color=none Controlador/*.cs)
 SOURCE_VISTAS=$(shell ls --color=none Vistas/*.cs)
+SOURCE_TEST=$(shell ls --color=none Tests/*.cs)
+SOURCE_REPORTES=$(shell ls --color=none Reportes/*.cs)
+SOURCE_EXCEPCIONES=$(shell ls --color=none Excepciones/*.cs)
 
-SOURCE=$(SOURCE_DOMINIO) $(SOURCE_CONTROLADOR) $(SOURCE_EXTRA) $(SOURCE_VISTAS)
+SOURCE=$(SOURCE_DOMINIO) $(SOURCE_CONTROLADOR) $(SOURCE_EXTRA) $(SOURCE_VISTAS) $(SOURCE_TEST) $(SOURCE_REPORTES) $(SOURCE_EXCEPCIONES)
 
 LIBS=-pkg:glade-sharp-2.0 -pkg:gtk-sharp-2.0 -r:./bin/db4o.dll
 GLADE_FILES=$(shell ls --color=none ../glade/*.glade)