summaryrefslogtreecommitdiff
path: root/lua/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-09-28 15:29:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-09-28 15:29:25 +0200
commit1b53904e4e7d596bc50dbddb17a101cf23ee8b6d (patch)
tree5a36ad2e91efcf1121d5e2286a332196ed1299d3 /lua/GNUmakefile
parentc95c920088e42bd9ffef3d43134fabc28cae3c92 (diff)
downloadcrawler-1b53904e4e7d596bc50dbddb17a101cf23ee8b6d.tar.gz
crawler-1b53904e4e7d596bc50dbddb17a101cf23ee8b6d.tar.bz2
added lua for writting/configuring the crawler (instead of a hard-coded crawler.c)
Diffstat (limited to 'lua/GNUmakefile')
-rw-r--r--lua/GNUmakefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lua/GNUmakefile b/lua/GNUmakefile
new file mode 100644
index 0000000..d7621bb
--- /dev/null
+++ b/lua/GNUmakefile
@@ -0,0 +1,17 @@
+TOPDIR = ..
+
+SUBDIRS = src
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_test:
+
+local_longtest: