Remove includes added by lsp server; Check in confg.mk;

This commit is contained in:
Nathan Fisher 2023-08-24 00:18:13 -04:00
parent 7e621cb64f
commit 6ddcbd7a96
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
haggis
config.mk
test/output/
test/*
!test/*.c

5
config.mk Normal file
View file

@ -0,0 +1,5 @@
prefix ?= /usr/local
# Comment this line if your OS ships libmd as part of libc
# (NetBSD, OpenBSD)
LIBS += -lmd
LIBS += -lpthread

View file

@ -32,9 +32,7 @@
#include <errno.h>
#include <limits.h> // PATH_MAX
#include <stddef.h>
#include <stdint.h> // uint<x>_t
#include <sys/syslimits.h>
#if defined(__FreeBSD__) || defined(__DragonFly__)
#include <sha.h>