INNER CODE UNIT · Python
print_header
racenis/tram-sdk · devtools/maketool.py:146
def print_header():
print("TRAM SDK Makefile generator v0.0.4")
# Print help
def print_help():
print_header()
print("This tool generates makefiles for compiling the Tramway SDK and")
print("projects built on top of it. Please check your configuration")
print("before generating the Makefile for the first time.")
print("\nCommand line options:")
print("\t--help\t\tDisplays this message.")
print("\t--version\tAlso displays this message.")
print("\tconfig\t\tChecks the configuration.")
print("\tgenerate\tGenerates a makefile in the project directory.")
# Print config
def print_config():
print_header()