summaryrefslogtreecommitdiff
path: root/melodactyl/Makefile
blob: ed90a96826350eaad8d8be15ebd173b4d4e38ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#### configuration

NAME          = melodactyl

SONGBIRD     ?= songbird
HOSTAPP      ?= $(SONGBIRD)
PROFILEPATHS ?= "$$HOME/.songbird2" \
		"$$HOME/Library/Songbird2" \
		"$$APPDATA/Songbird2"

include ../common/Makefile