mirror of
https://github.com/ProjectDreamland/area51.git
synced 2024-11-01 11:11:47 +01:00
9 lines
240 B
Bash
9 lines
240 B
Bash
#!/bin/sh
|
|
|
|
# Lua does not use GNU autoconf; just edit ./config if needed to suit your
|
|
# platform and then run make.
|
|
|
|
# This shows the parameters currently set in ./config:
|
|
make echo
|
|
|
|
# If you want config as a Lua program, run "make lecho".
|