Files
margen/src/config.h
T
klemek 7626f99e32 feat: autotools (#10)
* start configure

* ignore some files

* wip configure

* working configure

* working with dev tools

* rename automake -> release

* update readme

* update Makefile.dev
2025-06-05 15:06:06 +02:00

12 lines
138 B
C

#ifndef CONFIG_H
#define CONFIG_H
#ifndef PACKAGE
#define PACKAGE "margen"
#endif
#ifndef VERSION
#define VERSION "(dev)"
#endif
#endif