Fixed resetConnection()

This commit is contained in:
Nate Choe
2022-01-22 20:22:22 -06:00
parent ad06bbc7be
commit fbb3a4e8cd
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
SRC = $(wildcard src/*.c)
OBJ = $(subst .c,.o,$(subst src,work,$(SRC)))
LIBS =
CFLAGS := -pipe -Wall -Wpedantic -Werror
CFLAGS += -Isrc/include -pthread -ggdb
CFLAGS := -O2 -pipe -Wall -Wpedantic -Werror
CFLAGS += -Isrc/include -pthread
INSTALLDIR := /usr/bin
OUT = swebs