projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c1ce8df
)
gnublin
author
gnublin
<michael@wagnertech.de>
Mon, 15 Oct 2018 18:57:11 +0000
(20:57 +0200)
committer
gnublin
<michael@wagnertech.de>
Mon, 15 Oct 2018 18:57:11 +0000
(20:57 +0200)
tools/make/cpp.make
patch
|
blob
|
history
diff --git
a/tools/make/cpp.make
b/tools/make/cpp.make
index
1b4d863
..
183afe4
100644
(file)
--- a/
tools/make/cpp.make
+++ b/
tools/make/cpp.make
@@
-19,5
+19,5
@@
clean:
ar r $(TARGET) *.o
%.so: $(SOURCE:%.cpp=%.o) $(LDLIBS)
ar r $(TARGET) *.o
%.so: $(SOURCE:%.cpp=%.o) $(LDLIBS)
- $(CXX) -shared -o $(TARGET) *.o $(LDLIBS)
+ $(CXX) -shared -o $(TARGET) *.o $(LDLIBS)
$(EXTLIB)
-include make.post
-include make.post