Skip to content

Commit

Permalink
Update estimap_recreation/Makefile
Browse files Browse the repository at this point in the history
Update provided by Panos Mavrogiorgos
  • Loading branch information
NikosAlexandris committed Dec 17, 2019
1 parent 1828e69 commit 40d02b2
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion grass7/raster/r.estimap.recreation/estimap_recreation/Makefile
Expand Up @@ -3,7 +3,29 @@ MODULE_TOPDIR = ../../..
include $(MODULE_TOPDIR)/include/Make/Other.make
include $(MODULE_TOPDIR)/include/Make/Python.make

MODULES = __init__ accessibility colors components constants distance grassy_utilities labels land_component main messages mobility names natural_component normalisation normalise_land spectrum supply_and_use utilities water_component
MODULES = \
__init__ \
accessibility \
colors \
components \
constants \
demand \
distance \
grassy_utilities \
infrastructure_component \
labels \
land_component \
main \
messages \
mobility \
names \
natural_component \
normalisation \
normalise_land \
spectrum \
supply_and_use \
utilities \
water_component

PGM = r.estimap.recreation
LIBDIR = estimap_recreation
Expand Down

0 comments on commit 40d02b2

Please sign in to comment.