Improve Makefile

This commit is contained in:
Alex Kotov 2021-12-05 00:05:07 +05:00
parent 4a6c8bce19
commit 6fc3a8a42a
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

@ -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 \