Skip to content

Commit 0dcf479

Browse files
committed
[adam][makefile] update destination path.
1 parent 71cafa1 commit 0dcf479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.adam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
2525

2626
$(BUILD_DIR)/$(TARGET_EXEC): $(OBJS)
2727
$(CC) $(LDFLAGS) $(OBJS)
28-
cp autorun.ddp ../fujinet-platformio/data/webui/device_specific/BUILD_ADAM/
28+
cp autorun.ddp ../fujinet-firmware/data/webui/device_specific/BUILD_ADAM/
2929

3030
# c source
3131
$(BUILD_DIR)/%.c.o: %.c

0 commit comments

Comments
 (0)