aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-08-02 14:12:21 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-08-02 18:19:20 +0200
commit93489032a95b56162120291fb44c30a9590035b9 (patch)
treebdae4fa5593aacfe7225c0ba21d73038e57744a5 /src/Makefile
parenttools: use correct headers in ipc (diff)
downloadwireguard-monolithic-historical-93489032a95b56162120291fb44c30a9590035b9.tar.xz
wireguard-monolithic-historical-93489032a95b56162120291fb44c30a9590035b9.zip
selftest: move to subfolder
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 8ef89d6..49d42ab 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -26,6 +26,9 @@ check:
$(MAKE) -C $(KERNELDIR) M=$(PWD) C=2 CF="-D__CHECK_ENDIAN__" CONFIG_WIREGUARD_DEBUG=y
$(MAKE) -C tools check
+cloc: clean
+ cloc ./*.c ./*.h
+
include tests/debug.mk
.PHONY: all module module-debug tools install clean core-cloc check