better make clean
This commit is contained in:
4
Makefile
4
Makefile
@@ -53,7 +53,9 @@ tinyldap_debug: tinyldap.c
|
||||
|
||||
.PHONY: clean tar
|
||||
clean:
|
||||
rm -f t t1 t2 *.[ao] bindrequest tinyldap ldapclient *.dat
|
||||
rm -f t t[1-9] *.[ao] bindrequest tinyldap ldapclient data \
|
||||
parse tinyldap_standalone tinyldap_debug ldapclient_str addindex \
|
||||
dumpidx
|
||||
|
||||
tar: clean
|
||||
cd ..; tar cvvf ldap.tar.bz2 ldap --use=bzip2 --exclude CVS --exclude exp.ldif --exclude polyp* --exclude rfc*
|
||||
|
||||
Reference in New Issue
Block a user