From 6fc3a8a42a1f9db09f203260eeb848aa05e810cc Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 5 Dec 2021 00:05:07 +0500 Subject: [PATCH] Improve Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b375d2f..7753dd1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ all: polytreewm +VERSION = 6.2 + include config/1-generated.mk include config/2-conditionals.mk include config/3-defvars.mk @@ -12,8 +14,6 @@ CONFIGMKS = \ $(CONFIGMKS_TO_REMOVE) \ config/3-defvars.mk -VERSION = 6.2 - MODULES_SRC = \ src/atoms.c \ src/constraints.c \