Tenative port for Linux
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#ifndef CLIENTDATA_HPP_
|
||||
#define CLIENTDATA_HPP_
|
||||
|
||||
#include "SDL/SDL_net.h"
|
||||
#include "SDL_net.h"
|
||||
|
||||
#include <chrono>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "server_packet.hpp"
|
||||
#include "singleton.hpp"
|
||||
|
||||
#include "SDL/SDL_net.h"
|
||||
#include "SDL_net.h"
|
||||
|
||||
#include <functional>
|
||||
#include <list>
|
||||
|
||||
@@ -30,8 +30,3 @@ $(OUTDIR):
|
||||
|
||||
$(OBJDIR)/%.o: %.cpp
|
||||
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
||||
|
||||
clean:
|
||||
$(RM) *.o *.a *.exe
|
||||
|
||||
rebuild: clean all
|
||||
|
||||
Reference in New Issue
Block a user