aboutsummaryrefslogtreecommitdiffstats
path: root/src/dragon/Makefile
blob: 17532cbd1c7c52d7830adf2a5fbcb76a4028e182 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PROG		= dragon${PROG_SUFFIX}

SRCS = main.c

include ../../extra.mk
include ../../buildsys.mk

CPPFLAGS	+= $(MOWGLI_CFLAGS) $(PCRE_CFLAGS) -I../../include -DBINDIR=\"$(bindir)\"
LIBS		+= $(MOWGLI_LIBS) $(PCRE_LIBS) -L../../libathemecore -lathemecore
LDFLAGS		+= $(LDFLAGS_RPATH)

build: all