Merge remote-tracking branch 'origin/master' into v2-rebase-part2

This commit is contained in:
Christopher Haster
2018-10-20 21:02:25 -05:00
10 changed files with 370 additions and 241 deletions

View File

@@ -25,7 +25,8 @@ ifdef WORD
override CFLAGS += -m$(WORD)
endif
override CFLAGS += -I.
override CFLAGS += -std=c99 -Wall -pedantic -Wshadow -Wunused-parameter
override CFLAGS += -std=c99 -Wall -pedantic
override CFLAGS += -Wshadow -Wunused-parameter -Wjump-misses-init -Wsign-compare
all: $(TARGET)