From 137e4ed9d74891349de1b0da1e0cf2653ea92c5e Mon Sep 17 00:00:00 2001 From: Max Mahn Date: Wed, 20 May 2026 09:23:50 -0400 Subject: initial commit --- def/skel/c/config.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 def/skel/c/config.mk (limited to 'def/skel/c/config.mk') diff --git a/def/skel/c/config.mk b/def/skel/c/config.mk new file mode 100644 index 0000000..7a78dd6 --- /dev/null +++ b/def/skel/c/config.mk @@ -0,0 +1,16 @@ +# see LICENSE file for license information # + +COMPONENTS = main + +SRC := src +INC := inc +RES := res +OBJ := obj +BIN := bin + +INSTALL_DIR = /usr/bin + +CC = gcc +CFLAGS = -c -g -Wall -iquote ./$(INC) +LDFLAGS = + -- cgit v1.2.3