]> git.llucax.com Git - software/sercom-old.git/blobdiff - doc/examples/Makefile
Se agrega script para importar DB del sistema de notas.
[software/sercom-old.git] / doc / examples / Makefile
index a7751fd4b2158548306a4bab4102b0995732aaa9..785045fb2ee2cbd49548e1d171398a15294ec619 100644 (file)
@@ -68,6 +68,11 @@ all: $(target)
 o_files = $(patsubst %.$(extension),%.o,$(fuentes))
 
 $(target): $(o_files)
+       @if [ -z "$(o_files)" ]; \
+       then \
+               echo "No hay archivos de entrada, recuerde que la extensión debe ser '.$(extension)'."; \
+               false; \
+       fi
        $(enlazador) $(LDFLAGS) $(o_files) $(LOADLIBES) $(LDLIBS) -o $(target)
 
 clean: