mirror of
https://github.com/thepigeongenerator/cpusetcores.git
synced 2025-12-16 21:45: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
|
||||
OBJ := $(patsubst src/%,$(DIR_OBJ)/$(PROF)/%,$(SRC:.c=.o))
|
||||
DEP := $(OBJ:.o=.d)
|
||||
TARGET := $(DIR_BUILD)/$(NAME)$(EXT)
|
||||
TARGET := $(DIR_BUILD)/$(NAME)
|
||||
|
||||
define wr_colour
|
||||
@echo -e "\033[$(2)m$(1)\033[0m"
|
||||
|
||||
Reference in New Issue
Block a user