Fix errors and deny errors
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
CC=sdcc -mmcs51
|
||||
CC=sdcc -mmcs51 --Werror
|
||||
OBJ=$(patsubst src/%.c,$(BUILD)/%.rel,$(SRC))
|
||||
|
||||
# Run EC rom in simulator
|
||||
|
Reference in New Issue
Block a user