1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 06:22:26 +01:00
Files
pentadactyl-pm/teledactyl/Makefile
2011-01-07 02:26:46 +11:00

13 lines
262 B
Makefile

#### configuration
NAME = teledactyl
THUNDERBIRD ?= thunderbird
HOSTAPP ?= $(THUNDERBIRD)
PROFILEPATHS ?= "$$HOME/.thunderbird" \
"$$HOME/Library/Thunderbird" \
"$$APPDATA/Thunderbird" \
"$$AppData/Thunderbird"
include ../common/Makefile