mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Show enlistment branch in makefiles
This commit is contained in:
parent
aa0ec53964
commit
021f1f0798
2 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ clean:
|
|||
assemble:
|
||||
@printf "\nmake assemble - compiling Oberon compiler c source:\n"
|
||||
@printf " VERSION: %s\n" "$(VERSION)"
|
||||
@printf " BRANCH: %s\n" "$(BRANCH)"
|
||||
@printf " Target characeristics:\n"
|
||||
@printf " PLATFORM: %s\n" "$(PLATFORM)"
|
||||
@printf " OS: %s\n" "$(OS)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue