summaryrefslogtreecommitdiff
path: root/teledactyl/Makefile
blob: 46abb521895fc9e42434299e5727e43e8fb9db2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#### configuration

NAME          = teledactyl

THUNDERBIRD  ?= thunderbird
HOSTAPP      ?= $(THUNDERBIRD)
PROFILEPATHS ?= "$$HOME/.thunderbird" \
		"$$HOME/Library/Thunderbird" \
		"$$APPDATA/Thunderbird" \
		"$$AppData/Thunderbird"

include ../common/Makefile