Explorar el Código

Add PHONY targets for safety

Just trying to be a bit more thorough in the Makefile targets.
pull/30/head
Paul J. Davis hace 12 años
cometido por Dave Cottlehuber
padre
commit
1f0888234d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile Ver fichero

@ -37,3 +37,5 @@ check: build etap eunit
%.beam: %.erl
erlc -o test/ $<
.PHONY: all clean distclean depends build etap eunit check

Cargando…
Cancelar
Guardar