Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Add check target to Makefile
pull/3/head
Tuncer Ayaz
hace 13 años
padre
3fa6f6ab7c
commit
c2a5d286f0
Se han
modificado 1 ficheros
con
9 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+9
-1
Makefile
+ 9
- 1
Makefile
Ver fichero
@ -2,4 +2,12 @@ all:
./bootstrap
clean
:
@rm -rf rebar ebin/*.beam inttest/rt.work
@rm -rf rebar ebin/*.beam inttest/rt.work
debug
:
./bootstrap debug
check
:
debug
-@./rebar xref
-@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling
\
-Wrace_conditions -Wunderspecs
Escribir
Vista previa
Cargando…
Cancelar
Guardar