From ad0302ab8213e35070e50beba03d8da5c57f4fc4 Mon Sep 17 00:00:00 2001 From: uxtbd Date: Tue, 18 Aug 2026 10:41:53 -0300 Subject: 4suite: move to shinobi --- 4rc/config.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 4rc/config.mk (limited to '4rc/config.mk') diff --git a/4rc/config.mk b/4rc/config.mk new file mode 100644 index 0000000..ab7e752 --- /dev/null +++ b/4rc/config.mk @@ -0,0 +1,5 @@ +PREFIX = /usr/local + +CC = musl-gcc +CFLAGS = -std=c99 -Wextra -Wall -Os -fhardened +LDFLAGS = -s -static -- cgit v1.3.1