Explorar el Código

Have clean target delete all .o files

pull/158/head
Jim Parziale hace 2 años
padre
commit
7830784513
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Ver fichero

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


Cargando…
Cancelar
Guardar