From b57628e6519b5a031bbba970c70fb8c2ac204640 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 14 Oct 2011 03:17:19 +0200 Subject: replaced half autoconf build system with a simpler GNU make and Emake based one new build system adheres to common usage of make command line and environment variables --- ebin/slang.app | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ebin/slang.app (limited to 'ebin') diff --git a/ebin/slang.app b/ebin/slang.app new file mode 100644 index 0000000..8c54f75 --- /dev/null +++ b/ebin/slang.app @@ -0,0 +1,8 @@ +{application,slang, + [{description,"tty interface"}, + {vsn,1}, + {modules,[slang,slang_lib]}, + {registered,[]}, + {env,[]}, + {applications,[kernel,stdlib]}]}. + -- cgit v1.2.3