let's begin

This commit is contained in:
joeycastillo
2024-09-18 13:47:35 -04:00
parent 0a82d16d4e
commit 9f73677883
3 changed files with 18 additions and 14 deletions

View File

@@ -23,6 +23,10 @@ $(BUILD)/$(BIN).html: $(OBJS)
--shell-file=$(TOP)/watch-library/simulator/shell.html
endif
# Add your include directories here.
INCLUDES += \
-I./watch-library/shared/watch \
# Add your source files here.
SRCS += \
./app.c \