Tore everything down and started over

This commit is contained in:
Nate Choe
2022-06-06 11:26:19 -05:00
parent 9d0d998b71
commit ed99ca0223
19 changed files with 211 additions and 1589 deletions

View File

@@ -2,7 +2,7 @@ SRC = $(wildcard src/*.c)
OBJ = $(subst .c,.o,$(subst src,work,$(SRC)))
LDFLAGS =
CFLAGS := -O2 -pipe -Wall -Wpedantic -Wshadow -ansi
CFLAGS += -Isrc/include/
CFLAGS += -Isrc/include/ -D_POSIX_C_SOURCE=2
INSTALLDIR := /usr/bin/
OUT = ncdg