Commit 70e51698 authored by Lucas Russo's avatar Lucas Russo

examples/*: rename example "client" to "leds"

parent 1434a1be
......@@ -48,12 +48,12 @@ CFLAGS += $(CFLAGS_PLATFORM) $(CFLAGS_DEBUG)
LDFLAGS = $(LDFLAGS_PLATFORM)
#-ffunction-sections -fdata-sections -Wl,--gc-sections
OUT=client acq
OUT=leds acq
# Makefile rules
all: $(OUT)
client: client.c
leds: leds.c
$(CC) $(LFLAGS) $(CFLAGS) $(INCLUDE_DIRS) $^ -o $@ $(LIBS)
acq: acq.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment