diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-12-22 23:18:02 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-12-23 00:31:15 +0100 |
commit | efb227827884089ba2300f5d25b42105935873bf (patch) | |
tree | 6f639002fcf758a07a923d158dcd1b768ffd915a /Makefile | |
parent | 52634f037113d86455708431e6c10f1cbe3683bd (diff) | |
download | nitro-efb227827884089ba2300f5d25b42105935873bf.tar.gz nitro-efb227827884089ba2300f5d25b42105935873bf.tar.xz nitro-efb227827884089ba2300f5d25b42105935873bf.zip |
add nitroctl
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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) |