From 769d0255733508aff48c6c41ccee190b48814708 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 5 Apr 2007 22:39:14 +0000 Subject: initial Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@200 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/Makefile | 4 ++++ app/hello.lua | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 app/Makefile create mode 100644 app/hello.lua (limited to 'app') diff --git a/app/Makefile b/app/Makefile new file mode 100644 index 0000000..63df57e --- /dev/null +++ b/app/Makefile @@ -0,0 +1,4 @@ +APP_DIST=hello.lua + +include ../config.mk +include ../acf.mk diff --git a/app/hello.lua b/app/hello.lua new file mode 100644 index 0000000..a26be1e --- /dev/null +++ b/app/hello.lua @@ -0,0 +1,3 @@ +#!/usr/bin/env lua + +print("hello world") -- cgit v1.2.3