Sanitising debug-printf formats, mostly.
This commit is contained in:
parent
be5cc4e528
commit
2c96e7c30d
9 changed files with 26 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ SRC_DIRS ?= ./src
|
|||
|
||||
SRCS := $(shell find $(SRC_DIRS) -name *.cpp -or -name *.c -or -name *.s)
|
||||
HDRS := $(shell find $(SRC_DIRS) -name *.h)
|
||||
OBJS := $(addsuffix .o,$(basename $(SRCS)))
|
||||
OBJS := $(addsuffix .o,$(basename $(SRCS)))
|
||||
DEPS := $(OBJS:.o=.d)
|
||||
|
||||
TESTS := $(shell find unit-tests -name *.sh)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue