From 1a66f5d069e4ccb600186918f716323aa7bae052 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 17 Jan 2023 22:49:31 +0100 Subject: add tctl and list --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Makefile') diff --git a/core/Makefile b/core/Makefile index 0dc6d12..d8335b0 100644 --- a/core/Makefile +++ b/core/Makefile @@ -9,7 +9,7 @@ options: objects/%: %.c -mkdir -p $$(dirname $@) - gcc $< -o $@ ../lib/slib.a -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -g + gcc $< -o $@ ../lib/slib.a -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -Wno-int-conversion -g clean: rm ${OBJ} -- cgit v1.2.3-70-g09d2