From 43cb556708d727376724eac0e67207c28d1761bf Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 3 Aug 2017 17:17:38 +0200 Subject: Fixes issues in properties, Makefiles. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70bf737..cb755f3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ ## Makefile Parameters ######################################################### LEVEL_FILES = $(wildcard ${CURDIR}/data/level/*.lvl) -PROPERTY_FILES = $(wildcard ${CURDIR}/data/property/*.pro) +PROPERTY_FILES = \ + $(wildcard ${CURDIR}/data/property/*.pro) \ + $(wildcard ${CURDIR}/data/property/cnes/*.pro) AST_FILE = ${CURDIR}/data/ast/best_chronometer_ever.xml TMP_DIR = /tmp/tabellion -- cgit v1.2.3-70-g09d2