Browse Source

Have clean target delete all .o files

pull/158/head
Jim Parziale 2 years ago
parent
commit
7830784513
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile View File

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


Loading…
Cancel
Save