Explorar el Código

Clean correctly

pull/57/head
devbharat hace 7 años
padre
commit
b1ef5120e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      wiringPi/Makefile

+ 1
- 1
wiringPi/Makefile Ver fichero

@@ -88,7 +88,7 @@ $(DYNAMIC): $(OBJ)
.PHONY: clean
clean:
$Q echo "[Clean]"
$Q rm -f $(OBJ) $(OBJ_I2C) *~ core tags Makefile.bak libwiringPi.*
$Q rm -f $(OBJ) $(OBJ_I2C) *~ core tags Makefile.bak $(DYNAMIC)

.PHONY: tags
tags: $(SRC)


Cargando…
Cancelar
Guardar