]> git.donarmstrong.com Git - dactyl.git/blob - teledactyl/Makefile
debian/rules: Make it a little clearer why the for loops are there
[dactyl.git] / teledactyl / Makefile
1 #### configuration
2
3 NAME          = teledactyl
4
5 THUNDERBIRD  ?= thunderbird
6 HOSTAPP      ?= $(THUNDERBIRD)
7 PROFILEPATHS ?= "$$HOME/.thunderbird" \
8                 "$$HOME/Library/Thunderbird" \
9                 "$$APPDATA/Thunderbird" \
10                 "$$AppData/Thunderbird"
11
12 include ../common/Makefile