aboutsummaryrefslogtreecommitdiffstats
path: root/templates/apps_Makefile
blob: 093287fc938f62ef41133b65b6d4c880c0445e30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PROJECT = project_name
PROJECT_DESCRIPTION = New project
PROJECT_VERSION = 0.1.0
template_sp
# Make sure we know where the applications are located.
ROOT_DIR ?= rel_root_dir
APPS_DIR ?= ..
DEPS_DIR ?= rel_deps_dir

include rel_root_dir/erlang.mk