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
Clean correctly
pull/57/head
devbharat
7 years ago
parent
0307f7e80d
commit
b1ef5120e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wiringPi/Makefile
+ 1
- 1
wiringPi/Makefile
View 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)
Write
Preview
Loading…
Cancel
Save