From 4e0ed16d7cce90d61118db52c06c507772177714 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 8 Jul 2015 20:59:06 +0100 Subject: Add ldoc based documentation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 . -- cgit v1.2.1