summary refs log tree commit diff
path: root/Linux.mk
blob: 9627af95cae3f58180c4ca98c72803e76bde31ce (plain) (blame)
1
2
3
4
5
6
7
CFLAGS += -D_GNU_SOURCE -D'CERTBOT_PATH="/etc/letsencrypt"'
LDLIBS = -lcrypt -lpthread -l:libtls.a -l:libssl.a -l:libcrypto.a

MANDIR = ${PREFIX}/share/man
ETCDIR = /etc
RCS =
DIRS =
r> 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe