Sfoglia il codice sorgente

Clean correctly

pull/57/head
devbharat 7 anni fa
parent
commit
b1ef5120e4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      wiringPi/Makefile

+ 1
- 1
wiringPi/Makefile Vedi File

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


Caricamento…
Annulla
Salva