Paste #262491

   
pasted on 06.06.2022 09:46
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
package third_party.cmd

@App
@AutoCmd(preserve_locals=true)
@Build(script="$(EXTERNAL_MAKE)")
@BuildArtifactPath(cppflags="-I$(abspath $(EXTERNAL_BUILD_DIR))/third_party/cmd/erlang/install/include")
@Cmd(name = "erl",
	help = "erlang BEAM  VM",
	man = '''
		NAME
            Erlang programming language runtime environment and libraries (OTP)
		
	''')
Add Comment
Author