aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/Makefile
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2003-12-02 14:25:09 +0000
committerTomas Guisasola <tomas@luaforge.net>2003-12-02 14:25:09 +0000
commitc46a6cdf769c066f76d0652a78d21f2bd12e07cd (patch)
tree27196a9e8e2551c6f56831d39175f12d1dc83886 /lualdap/Makefile
parentMelhoria na pagina de apresentacao. (diff)
downloadlualdap-c46a6cdf769c066f76d0652a78d21f2bd12e07cd.tar.xz
lualdap-c46a6cdf769c066f76d0652a78d21f2bd12e07cd.zip
Acrescimo de arquivo com a licenca.
Acrescimo de metamethods para __tostring. Acrescimo da introducao no manual.
Diffstat (limited to 'lualdap/Makefile')
-rwxr-xr-xlualdap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualdap/Makefile b/lualdap/Makefile
index 6529a6b..8b8aff8 100755
--- a/lualdap/Makefile
+++ b/lualdap/Makefile
@@ -11,7 +11,7 @@ ZIP_FILE= $(PKG).zip
SRCS= README Makefile \
lualdap.c loader.tmpl \
test.lua \
- index.html manual.html lua.png
+ index.html manual.html license.html lua.png
AR= ar rcu
RANLIB= ranlib
@@ -45,4 +45,4 @@ $(DYLIB): $(OBJ)
gcc -o $@ -dynamiclib $(OBJ) $(LIBS_DIR) $(LIBS)
clean:
- rm -f $(OBJ) $(LIB) $(SO) $(DYLIB) $(DLL)
+ rm -f $(OBJ) $(LIB) $(SO) $(DYLIB) $(DLL) $(TAR_FILE) $(ZIP_FILE)