Explorar el Código

fix indentation again

pull/94/head
Benoit Chesneau hace 10 años
padre
commit
b162efd7df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      c_src/Makefile

+ 1
- 1
c_src/Makefile Ver fichero

@ -49,7 +49,7 @@ $(NIF_SO): $(NIF_OBJS)
@$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
%.o: %.cc
@$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@
@$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@
$(NIF_ENV):
@$(ERL) -eval "file:write_file(\"$(NIF_ENV)\", \

Cargando…
Cancelar
Guardar