main files

This commit is contained in:
2025-09-10 23:17:41 +02:00
parent 036c5be9bf
commit 8b1be25df3
6 changed files with 71 additions and 10 deletions
+1
View File
@@ -1,4 +1,5 @@
AUTOMAKE_OPTIONS = foreign subdir-objects -Wall
bin_PROGRAMS = forge
forge_SOURCES = src/main.c src/args.c src/forge.c
forge_CFLAGS = -Ofast -march=native -flto -funroll-loops -fprefetch-loop-arrays -fno-exceptions -fopenmp
include_HEADERS = src/main.h src/args.h src/config.h src/types.h src/forge.h