- BLE peripheral applications - dr_piezo and bladder_patch projects Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
229 B
Makefile
10 lines
229 B
Makefile
CFLAGS=-O -Wuninitialized -Werror
|
|
|
|
all: example-codelock example-buffer example-small
|
|
|
|
example-codelock: example-codelock.c pt.h lc.h
|
|
|
|
example-buffer: example-buffer.c pt.h lc.h
|
|
|
|
example-small: example-small.c pt.h lc.h
|