pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890b2fc
)
Makefile: fix a typo in clean: target
author
Leonardo Taccari
<iamleot@gmail.com>
Thu, 7 Feb 2019 20:22:48 +0000
(21:22 +0100)
committer
Quentin Rameau
<quinq@fifth.space>
Thu, 7 Feb 2019 20:28:15 +0000
(21:28 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0e322d6
..
4f5253a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-41,7
+41,7
@@
surf: $(OBJ) $(COBJ)
$(CC) $(SURFLDFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(COBJ) $(LIBS)
clean:
- rm -f surf $(OBJ) $(OBJ)
+ rm -f surf $(OBJ) $(
C
OBJ)
rm -f libsurf-webext.so $(WEBEXTOBJ)
distclean: clean