diff --git a/.vimspector.json b/.vimspector.json index fbb8d45..5b15789 100644 --- a/.vimspector.json +++ b/.vimspector.json @@ -5,7 +5,7 @@ "configuration": { "type": "cppdbg", "request": "launch", - "program": "${workspaceRoot}/bin/EmperorServer", + "program": "${workspaceRoot}/bin/EmperorD", "args": [ ], "cwd": "${workspaceRoot}/bin", diff --git a/EmperorServer.cpp b/EmperorD.cpp similarity index 100% rename from EmperorServer.cpp rename to EmperorD.cpp diff --git a/Makefile b/Makefile index 59c18d4..ea0c329 100755 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ default: - g++ EmperorServer.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/EmperorServer + g++ EmperorD.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/EmperorD diff --git a/bin/EmperorServer b/bin/EmperorD similarity index 100% rename from bin/EmperorServer rename to bin/EmperorD