feat: remove math (#11)

* feat: remove math

* working

* remove unused stdint

* small fix
This commit is contained in:
2025-06-05 17:52:02 +02:00
committed by GitHub
parent 31135b023f
commit 3bb2b7d2f5
6 changed files with 26 additions and 26 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
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
include_HEADERS = src/main.h src/args.h src/bmp.h src/generator.h src/rand.h src/config.h src/types.h