first commit

This commit is contained in:
2026-03-27 15:38:41 -04:00
commit 33c340749c
8 changed files with 113 additions and 0 deletions

12
config.mk Normal file
View File

@@ -0,0 +1,12 @@
# frcctrlmgr version
VERSION = 0.1
# paths
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
CC = cc
LD = $(CC)
CPPFLAGS =
CFLAGS = -Wextra -Wall -Os
LDFLAGS = -s