added information to Makefile output

This commit is contained in:
Gorilla Sapiens
2025-06-04 03:03:18 +00:00
parent 58171691d0
commit dd2f19260c
45 changed files with 450 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
# ---- Display info during parsing phase ----
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
ifeq ($(MAKECMDGOALS),)
$(info ~~~ Invoked target: (default))
else
$(info ~~~ Invoked target: $(MAKECMDGOALS))
endif
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
.PHONY: atari gamate zlib