This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
Have clean target delete all .o files
pull/158/head
Jim Parziale
2 years ago
parent
8d9280942c
commit
7830784513
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)"
Write
Preview
Loading…
Cancel
Save