diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 02:44:04 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 02:45:39 -0500 |
commit | 15ff2a470eb4eb291d3a7271c08b130839828720 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Linux.mk | |
parent | Adds insecure flag to skip certificate validation (diff) | |
download | catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.tar.gz catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.zip |
Remove legacy code
Diffstat (limited to 'Linux.mk')
-rw-r--r-- | Linux.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Linux.mk b/Linux.mk deleted file mode 100644 index f6f5535..0000000 --- a/Linux.mk +++ /dev/null @@ -1,6 +0,0 @@ -LIBRESSL_PREFIX = /usr/local -CFLAGS += -D_GNU_SOURCE -LDLIBS = -lncursesw -lpthread -LDLIBS += ${LIBRESSL_PREFIX}/lib/libtls.a -LDLIBS += ${LIBRESSL_PREFIX}/lib/libssl.a -LDLIBS += ${LIBRESSL_PREFIX}/lib/libcrypto.a |