3bb2b7d2f5
* feat: remove math * working * remove unused stdint * small fix
4 lines
247 B
Makefile
4 lines
247 B
Makefile
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
|