10 lines
178 B
Bash
Executable File
10 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "$(dirname $0)/../../../lib/libem.bash"
|
|
|
|
em.add_to_family 'Programming'
|
|
em.set_runtime_dependencies ""
|
|
em.set_build_dependencies "${COMPILER}"
|
|
em.make_all
|
|
|