From efb227827884089ba2300f5d25b42105935873bf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 22 Dec 2023 23:18:02 +0100 Subject: add nitroctl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit 1.4.1