summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-08 20:59:06 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-08 20:59:06 +0100
commit4e0ed16d7cce90d61118db52c06c507772177714 (patch)
tree5bf747ab81b3120492236bad84c156290a61857f /Makefile
parentae93d67950256ceefa606ab59f7b8ba193981dca (diff)
downloadlua-scrypt-git-4e0ed16d7cce90d61118db52c06c507772177714.tar.gz
Add ldoc based documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 070b1b2..7ac8504 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,7 @@ all: lua-5.1-try lua-5.2-try
clean:
$(RM) scrypt-5.1.so scrypt-5.2.so scrypt.so
$(RM) luascrypt.o
+ $(RM) -r html
%.o: %.c
$(CC) $(CFLAGS) -fPIC $(LUA51_INC) -c $< -o $@
@@ -134,3 +135,5 @@ scrypt-5.2.so: luascrypt.o
$(CC) $(CFLAGS) -shared -o $@ $^ $(LUA51_LIB) $(SCRYPT_LIBS)
+doc:
+ @ldoc .