aboutsummaryrefslogtreecommitdiff
path: root/src/calculer.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-08-04 20:40:44 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-08-04 20:41:40 +0200
commit920aed36f81bcce40c9f1c5bcda906a13e4fb5e4 (patch)
treea62068cc334de9933140a2c9b5cbea70eef064ae /src/calculer.c
parent5d6e434c896000c49a6953919acdcbaca8dfb86e (diff)
Start rewriting the build system
Good old makefiles should do the job.
Diffstat (limited to 'src/calculer.c')
-rw-r--r--src/calculer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/calculer.c b/src/calculer.c
index 6bf8fbb..a3512d0 100644
--- a/src/calculer.c
+++ b/src/calculer.c
@@ -15,8 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
-
#include <assert.h>
#include <limits.h>
#include <stdint.h>
@@ -115,7 +113,7 @@ print_help(void)
void
print_version(void)
{
- printf("%s\n", VERSION);
+ printf("%s\n", CALCULER_VERSION);
}
void