summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-01-07 00:44:55 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-01-07 00:44:55 +0100
commit6607f16375b26b588c148e0b5bfd61bc37696a7e (patch)
tree7fbabf3eafc75554850ec715c8ec80f7094d7cf7 /Makefile
parent060ae0b92db81f4cfe507d3d0be82d5baac2e14f (diff)
downloadrvnit-6607f16375b26b588c148e0b5bfd61bc37696a7e.tar.gz
rvnit-6607f16375b26b588c148e0b5bfd61bc37696a7e.tar.xz
rvnit-6607f16375b26b588c148e0b5bfd61bc37696a7e.zip
add rvnitctl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aeae237..a45e672 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings -Wno-format-truncation -pthread
 
-ALL=rvnit
+ALL=rvnit rvnitctl
 
 all: $(ALL)