mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
change profile log type from warn to mesg
This commit is contained in:
2
makefile
2
makefile
@@ -70,7 +70,7 @@ $(BIN): $(C_OBJ)
|
|||||||
|
|
||||||
@mkdir -p $(@D)
|
@mkdir -p $(@D)
|
||||||
@$(CC) $(LDFLAGS) -o $@ $(C_OBJ)
|
@$(CC) $(LDFLAGS) -o $@ $(C_OBJ)
|
||||||
@$(call warn,"current profile: '$(PROF)'")
|
@$(call mesg,"current profile: '$(PROF)'")
|
||||||
|
|
||||||
# create .o and .d files for C sources
|
# create .o and .d files for C sources
|
||||||
$(DIR_OBJ)/%.o: src/%.c
|
$(DIR_OBJ)/%.o: src/%.c
|
||||||
|
|||||||
Reference in New Issue
Block a user