This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
libchat6
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
typo
master
Pascal Gloor
5 years ago
parent
3d1b44ab6c
commit
bba7f1ea10
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/Makefile
+ 1
- 1
src/Makefile
View File
@@ -22,7 +22,7 @@ LDFLAGS := -lopenssl -lpthread
TARGETS:= libchat6.so
MAINS := $(.o, $(TARGETS) )
OBJ := \
dp_
sockets.o \
sockets.o \
$(MAINS)
DEPS :=
Write
Preview
Loading…
Cancel
Save