Fix errors and deny errors

This commit is contained in:
Jeremy Soller
2019-11-10 18:49:21 -07:00
parent eb1a6a48bc
commit 8f69ece191
6 changed files with 15 additions and 7 deletions

View File

@ -1,4 +1,4 @@
CC=sdcc -mmcs51
CC=sdcc -mmcs51 --Werror
OBJ=$(patsubst src/%.c,$(BUILD)/%.rel,$(SRC))
# Run EC rom in simulator