7626f99e32
* start configure * ignore some files * wip configure * working configure * working with dev tools * rename automake -> release * update readme * update Makefile.dev
5 lines
266 B
Makefile
5 lines
266 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
|
|
margen_LDADD = -lm
|