diff options
author | June McEnroe <june@causal.agency> | 2019-11-06 17:04:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-06 17:04:20 -0500 |
commit | c7223d7e0cd74562255eb80d02d659e6901d43b9 (patch) | |
tree | 49297092a9978385e79fb492e5dd5ab511b650cb /Makefile | |
parent | Define one CERTBOT_PATH rather than two format strings (diff) | |
download | pounce-c7223d7e0cd74562255eb80d02d659e6901d43b9.tar.gz pounce-c7223d7e0cd74562255eb80d02d659e6901d43b9.zip |
Declare more missing functions and deal with lack of SO_NOSIGPIPE
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 465a2e9..265781e 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,8 @@ pounce: ${OBJS} ${OBJS}: bounce.h compat.h +dispatch.o: compat.h + tags: *.c *.h ctags -w *.c *.h |