diff options
author | Simon Rettberg | 2017-08-09 18:12:54 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-08-09 18:12:54 +0200 |
commit | 72d54e049010f0f07272be131d724ebc6134fbc8 (patch) | |
tree | 193762e50307678b8e6ed35a354e271da0ca071f /Makefile | |
parent | Fix PRESENT filter handling (diff) | |
download | ldadp-72d54e049010f0f07272be131d724ebc6134fbc8.tar.gz ldadp-72d54e049010f0f07272be131d724ebc6134fbc8.tar.xz ldadp-72d54e049010f0f07272be131d724ebc6134fbc8.zip |
Debug output
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,13 +41,13 @@ LIBS+=-g -lowfat -lssl -lcrypto %: %.c $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) ${LIBS} -ldadp: tmpbuffer.o ini.o client.o server.o helper.o proxy.o epoll.o openssl.o \ -ldap.a asn1.a \ -types.h epoll.h client.h server.h helper.h +ldadp: tmpbuffer.o ini.o client.o server.o helper.o proxy.o epoll.o openssl.o ldap.a asn1.a + +qndtest: ldap.a asn1.a .PHONY: clean tar clean: - rm -f *.[ao] ldadp + rm -f *.[ao] ldadp qndtest tar: clean cd ..; tar cvvf ldadp.tar.bz2 ldadp --use=bzip2 --exclude capture --exclude .git |