Rename files for consistency, switch to ld build system

This commit is contained in:
flamingcow
2019-05-07 23:35:59 -07:00
parent 90ce269869
commit 9c0121b674
5 changed files with 13 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#include <gflags/gflags.h>
#include <glog/logging.h>
#include "firecgi.h"
#include "server.h"
DEFINE_int32(port, 9000, "TCP port to bind");
DEFINE_int32(threads, 1, "Number of server threads");