.
This commit is contained in:
parent
fa237eb31c
commit
f13900156e
@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class Payload; //TODO
|
||||
class Payload;
|
||||
|
||||
class Connection
|
||||
{
|
||||
|
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ SOURCES=$(wildcard *.cpp)
|
||||
all: mcping
|
||||
|
||||
mcping: $(SOURCES)
|
||||
$(CXX) $(CXXFLAGS) -o $< $(SOURCES) $(LDLIBS)
|
||||
$(CXX) $(CXXFLAGS) -o $@ $(SOURCES) $(LDLIBS)
|
||||
|
||||
run: mcping
|
||||
./mcping
|
||||
|
0
Payload.cpp
Normal file
0
Payload.cpp
Normal file
Loading…
Reference in New Issue
Block a user