8 lines
175 B
Makefile
8 lines
175 B
Makefile
PROJECT = utools
|
|
PROJECT_DESCRIPTION = "Umgeher's Erlang Tools"
|
|
PROJECT_VERSION = 0.1.0
|
|
|
|
# Whitespace to be used when creating files from templates.
|
|
SP = 2
|
|
|
|
include erlang.mk
|