Ver a proveniência

Clean correctly

pull/57/head
devbharat há 7 anos
ascendente
cometimento
b1ef5120e4
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      wiringPi/Makefile

+ 1
- 1
wiringPi/Makefile Ver ficheiro

@@ -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)


Carregando…
Cancelar
Guardar