samsarin / lua-functional

A library of higher-order functions for Lua

This URL has Read+Write access

lua-functional / Makefile
100644 15 lines (10 sloc) 0.16 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all:
@echo There is no default make task.
 
test:
@lua functional_tests.lua
 
perf:
@lua functional_perf.lua
 
doc:
@lua doc.lua
 
clean:
rm -f functional.mkd