fix makefile

This commit is contained in:
Simon 2023-02-06 12:48:34 +01:00
parent 3de7454a83
commit 8e934c6959

View File

@ -9,7 +9,7 @@ HEADERS = $(wildcard *.h)
TARGET = cli
all: compile_flags.txt$(TARGET)
all: compile_flags.txt $(TARGET)
$(TARGET): $(OBJ)
gcc $^ -o $@ $(LFLAGS)