Server Makefile updated
This commit is contained in:
parent
8f2b453f74
commit
60d41aec50
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
SRC = main.cpp sockets/sw_base.cpp sockets/sw_inet.cpp sockets/sw_unix.cpp
|
||||
SRC = main.cpp user.cpp sockets/sw_base.cpp sockets/sw_inet.cpp sockets/sw_unix.cpp
|
||||
OBJ = $(SRC:.cpp=.o)
|
||||
OUT = Socket
|
||||
INCLUDES =
|
||||
|
|
Loading…
Add table
Reference in a new issue