Better makefile formatting

This commit is contained in:
VeyPatch 2024-12-24 13:31:24 +01:00
parent c077f6e1cc
commit b69b8c00e3
8 changed files with 31 additions and 34 deletions

View file

@ -1,4 +1,2 @@
CURRENT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
SRC += $(CURRENT_DIR)/hlc_encoder.c
CONFIG_H += $(CURRENT_DIR)/config.h
SRC += $(USER_PATH)/hlc_encoder/hlc_encoder.c
POST_CONFIG_H += $(USER_PATH)/hlc_encoder/config.h