Change name of main file

This commit is contained in:
2023-10-21 00:39:21 +02:00
parent 5d5b4d93d7
commit 02136bd0b9
2 changed files with 2 additions and 2 deletions

View File

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