feat: autotools (#10)

* start configure

* ignore some files

* wip configure

* working configure

* working with dev tools

* rename automake -> release

* update readme

* update Makefile.dev
This commit is contained in:
2025-06-05 15:06:06 +02:00
committed by GitHub
parent d63f3f5023
commit 7626f99e32
10 changed files with 5625 additions and 32 deletions
+5
View File
@@ -0,0 +1,5 @@
AUTOMAKE_OPTIONS = foreign subdir-objects -Wall
bin_PROGRAMS = margen
margen_SOURCES = src/main.c src/args.c src/bmp.c src/generator.c src/rand.c
include_HEADERS = src/main.h src/args.h src/bmp.h src/generator.h src/rand.h src/config.h src/types.h
margen_LDADD = -lm