changes suggested by mrdudz

This commit is contained in:
Gorilla Sapiens
2025-06-18 06:38:38 +00:00
parent 06a77abc68
commit 8cb0578447
45 changed files with 135 additions and 315 deletions

View File

@@ -1,12 +1,8 @@
# ---- Display info during parsing phase ----
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
ifeq ($(MAKECMDGOALS),)
$(info ~~~ Invoked target: (default))
else
$(info ~~~ Invoked target: $(MAKECMDGOALS))
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
ifneq ($(SILENT),s)
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
endif
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
# Makefile for the tests that MUST NOT compile