Selaa lähdekoodia

Have clean target delete all .o files

pull/158/head
Jim Parziale 2 vuotta sitten
vanhempi
commit
7830784513
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Näytä tiedosto

@@ -176,7 +176,7 @@ max31855: max31855.o

clean:
$Q echo "[Clean]"
$Q rm -f $(OBJ) *~ core tags $(BINS)
$Q rm -f $(OBJ) *.o *~ core tags $(BINS)

echo:
$Q echo "[BINS] $(BINS)"


Ladataan…
Peruuta
Tallenna