summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <habets@google.com>2020-09-10 11:33:54 +0100
committerThomas Habets <habets@google.com>2020-09-10 11:33:54 +0100
commitdd8d503b6e1af3645849ed81ad23dc370e2b141b (patch)
treefe63294c0e2285f652a3cfe1753c0fc36443289c
parent723df3f207f63da434faed5070edb8e69e0404ed (diff)
downloadarping-dd8d503b6e1af3645849ed81ad23dc370e2b141b.tar.gz
Add LSP build stuff
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2cf5ad7..d1c4313 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,9 @@ include $(top_srcdir)/Makefile.am.common
SUBDIRS=src doc
+lsp:
+ ~/.local/bin/intercept-build make
+
tarball:
./extra/mktarball latest
@@ -11,3 +14,5 @@ mrproper: maintainer-clean
rm -f aclocal.m4 configure.scan depcomp missing install-sh config.h.in
rm -f Makefile.in configure autoscan*.log config.guess config.sub
rm -f ltmain.sh configure.in src/Makefile.in doc/Makefile.in
+ rm -f compile_commands.json test-driver compile
+ rm -fr .cache