summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2007-07-27 07:39:33 +0000
committerNatanael Copa <natanael.copa@gmail.com>2007-07-27 07:39:33 +0000
commit275c80281ba2e84b8d810bdb1c2b7f8c9a4333d9 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /app
parent769d0255733508aff48c6c41ccee190b48814708 (diff)
downloadacf-core-275c80281ba2e84b8d810bdb1c2b7f8c9a4333d9.tar.bz2
acf-core-275c80281ba2e84b8d810bdb1c2b7f8c9a4333d9.tar.xz
starting from scratch
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@217 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app')
-rw-r--r--app/Makefile4
-rw-r--r--app/hello.lua3
2 files changed, 0 insertions, 7 deletions
diff --git a/app/Makefile b/app/Makefile
deleted file mode 100644
index 63df57e..0000000
--- a/app/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-APP_DIST=hello.lua
-
-include ../config.mk
-include ../acf.mk
diff --git a/app/hello.lua b/app/hello.lua
deleted file mode 100644
index a26be1e..0000000
--- a/app/hello.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env lua
-
-print("hello world")