initial commit

This commit is contained in:
2025-07-17 19:34:00 +02:00
commit 3bff153f16
13 changed files with 270 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
AUTOMAKE_OPTIONS = foreign subdir-objects -Wall
bin_PROGRAMS = forge
forge_SOURCES = src/main.c src/args.c
include_HEADERS = src/main.h src/args.h src/config.h src/types.h