We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cafa1 commit 0dcf479Copy full SHA for 0dcf479
Makefile.adam
@@ -25,7 +25,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
25
26
$(BUILD_DIR)/$(TARGET_EXEC): $(OBJS)
27
$(CC) $(LDFLAGS) $(OBJS)
28
- cp autorun.ddp ../fujinet-platformio/data/webui/device_specific/BUILD_ADAM/
+ cp autorun.ddp ../fujinet-firmware/data/webui/device_specific/BUILD_ADAM/
29
30
# c source
31
$(BUILD_DIR)/%.c.o: %.c
0 commit comments