parsed make_credential
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,8 +1,8 @@
|
||||
src = $(wildcard *.c)
|
||||
src = $(wildcard *.c) $(wildcard crypto/*.c)
|
||||
obj = $(src:.c=.o)
|
||||
|
||||
LDFLAGS = -Wl,--gc-sections ./tinycbor/lib/libtinycbor.a
|
||||
CFLAGS = -O2 -fdata-sections -ffunction-sections -I./tinycbor/src
|
||||
CFLAGS = -O2 -fdata-sections -ffunction-sections -I./tinycbor/src -I./crypto
|
||||
|
||||
name = main
|
||||
|
||||
|
Reference in New Issue
Block a user