Add assembling to object list
This commit is contained in:
parent
4d4447995f
commit
462511271d
|
@ -5,7 +5,7 @@ CFLAGS = -Wall
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
SRCDIR = src/
|
SRCDIR = src/
|
||||||
INCLUDE = include/
|
INCLUDE = include/
|
||||||
OBJECTS = analyzer.o tokenizer.o compilefuck.o
|
OBJECTS = assembling.o analyzer.o tokenizer.o compilefuck.o
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
|
||||||
$(BIN): $(OBJECTS)
|
$(BIN): $(OBJECTS)
|
||||||
|
|
Loading…
Reference in New Issue