- first attempt for connection loading and starting via "stroke"
- some improvements here and there
This commit is contained in:
@@ -36,6 +36,6 @@ OBJS+= $(BUILD_DIR)static_configuration.o
|
||||
$(BUILD_DIR)static_configuration.o : $(CONFIG_DIR)static_configuration.c $(CONFIG_DIR)static_configuration.h
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
OBJS+= $(BUILD_DIR)starter_configuration.o
|
||||
$(BUILD_DIR)starter_configuration.o : $(CONFIG_DIR)starter_configuration.c $(CONFIG_DIR)starter_configuration.h
|
||||
OBJS+= $(BUILD_DIR)stroke_configuration.o
|
||||
$(BUILD_DIR)stroke_configuration.o : $(CONFIG_DIR)stroke_configuration.c $(CONFIG_DIR)stroke_configuration.h
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
Reference in New Issue
Block a user