about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-12-22 23:18:02 +0100
committerLeah Neukirchen <leah@vuxu.org>2023-12-23 00:31:15 +0100
commitefb227827884089ba2300f5d25b42105935873bf (patch)
tree6f639002fcf758a07a923d158dcd1b768ffd915a /Makefile
parent52634f037113d86455708431e6c10f1cbe3683bd (diff)
downloadnitro-efb227827884089ba2300f5d25b42105935873bf.tar.gz
nitro-efb227827884089ba2300f5d25b42105935873bf.tar.xz
nitro-efb227827884089ba2300f5d25b42105935873bf.zip
add nitroctl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3faa54a..9461027 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CFLAGS=-g -O2 -Wall -Wno-unused-parameter -Wextra -Wwrite-strings
 
-ALL=nitro
+ALL=nitro nitroctl
 
 all: $(ALL)