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