summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6a16e0731417b7bb3760fce1a5d544714ad83256 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# See LICENSE for licensing information.

PROJECT = ct_helper

# Options.

ERLC_OPTS = +debug_info
PLT_APPS = crypto public_key

# Standard targets.

include erlang.mk