From baaef414186e60dbb127662d5f4ffab10ebf225e Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 8 Oct 2021 11:37:03 +0200 Subject: Add initial tokenizer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8bd5560..0564240 100755 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ else CFLAGS += $(RELEASE_CFLAGS) endif -main: tools $(BUILD_DIR) $(ROM) $(BIN) +main: $(BIN) -$(BIN): $(SRC_MAIN) $(WATCH_SRC) +$(BIN): $(SRC_MAIN) $(WATCH_SRC) $(BUILD_DIR) $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN) $(SRC_MAIN) $(LDLIBS) # Create build directory if needed. -- cgit v1.2.1