beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Enhancements in PSK management.
15 months ago, Edouard Tisserant
7a44882ea126
IDE: Enhancements in PSK management.
- move secret reading code from eRPC connector to PSK management
- fix browser window not showing last connection date properly
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"