first commit

remove bin

wip
This commit is contained in:
2026-03-27 15:38:41 -04:00
committed by vx-clutch
commit 85c20db9b2
6 changed files with 117 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