Add analyzer object file to Makefile

This commit is contained in:
2023-09-21 15:07:48 +02:00
parent 1b517751f9
commit 584545d9c3

View File

@@ -5,7 +5,7 @@ CFLAGS = -Wall
LDFLAGS = LDFLAGS =
SRCDIR = src/ SRCDIR = src/
INCLUDE = include/ INCLUDE = include/
OBJECTS = tokenizer.o compilefuck.o OBJECTS = analyzer.o tokenizer.o compilefuck.o
all: $(BIN) all: $(BIN)
$(BIN): $(OBJECTS) $(BIN): $(OBJECTS)