tidy: Remove unnecessary newline from Makefile

This commit is contained in:
Utkarsh Verma 2023-11-22 18:13:46 +05:30
parent 56e6e2ef64
commit c42a4215c8
No known key found for this signature in database
GPG Key ID: 7A4885A7162BDF20

View File

@ -33,7 +33,6 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%.c config.h
$(PRINTF) "CC" $@
$Q$(COMPILE.c) -o $@ $<
$(BUILD_DIR)/$(BIN): $(OBJS)
$(PRINTF) "LD" $@
$Q$(LINK.o) $^ $(LDLIBS) -o $@