Add analyzer object file to Makefile
This commit is contained in:
parent
1b517751f9
commit
584545d9c3
|
@ -5,7 +5,7 @@ CFLAGS = -Wall
|
|||
LDFLAGS =
|
||||
SRCDIR = src/
|
||||
INCLUDE = include/
|
||||
OBJECTS = tokenizer.o compilefuck.o
|
||||
OBJECTS = analyzer.o tokenizer.o compilefuck.o
|
||||
all: $(BIN)
|
||||
|
||||
$(BIN): $(OBJECTS)
|
||||
|
|
Loading…
Reference in New Issue