mirror of
https://github.com/thepigeongenerator/cpusetcores.git
synced 2025-12-17 05:55:46 +01:00
fix: remove unused $(EXT)
This commit is contained in:
2
makefile
2
makefile
@@ -29,7 +29,7 @@ SRC := $(wildcard src/*.c) $(wildcard src/**/*.c) $(wildcard src/**/**/*.c) $(wi
|
|||||||
# output locations
|
# output locations
|
||||||
OBJ := $(patsubst src/%,$(DIR_OBJ)/$(PROF)/%,$(SRC:.c=.o))
|
OBJ := $(patsubst src/%,$(DIR_OBJ)/$(PROF)/%,$(SRC:.c=.o))
|
||||||
DEP := $(OBJ:.o=.d)
|
DEP := $(OBJ:.o=.d)
|
||||||
TARGET := $(DIR_BUILD)/$(NAME)$(EXT)
|
TARGET := $(DIR_BUILD)/$(NAME)
|
||||||
|
|
||||||
define wr_colour
|
define wr_colour
|
||||||
@echo -e "\033[$(2)m$(1)\033[0m"
|
@echo -e "\033[$(2)m$(1)\033[0m"
|
||||||
|
|||||||
Reference in New Issue
Block a user