This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix clean target, and library search paths
sync
Damiano Boppart
3 years ago
parent
83154e7102
commit
63b2c2f5cc
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+1
-1
Makefile.conf
+ 2
- 0
Makefile
View File
@ -53,6 +53,8 @@ $(TARGET): $(WITHOUT_TESTS)
.PHONY
:
clean
clean
:
rm -f
$(
TARGET
)
$(
OBJECTS
)
*.a test_adapter test_library lib
rm -rf test_adapter.dSYM
rm -rf test_library.dSYM
.PHONY
:
distclean
distclean
:
clean
+ 1
- 1
Makefile.conf
View File
@ -14,7 +14,7 @@ PREFIX=$(HOME)
######### C and C++ #########
LDFLAGS
=
$(
ENGINE_LIB
)
LDFLAGS
=
$(
ENGINE_LIB
)
-L.
LDLIBS
=
-lstdc++ -lpEpEngine -lpEpAdapter
Write
Preview
Loading…
Cancel
Save