pushing to dev

This commit is contained in:
2018-02-18 12:51:10 -08:00
parent d62a8d3f0e
commit 9b69088b35
6 changed files with 8 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ APP_DIR=$(SRC_DIR)apps
CC=gcc
SHELL=/bin/bash
CCFLAGS = -Wall -Werror
CCFLAGS += -std=c11 -D_POSIX_C_SOURCE=200809L
CCFLAGS += -I$(SRC_DIR)