mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 00:22:26 +01:00
13 lines
301 B
Makefile
13 lines
301 B
Makefile
#### configuration
|
|
|
|
NAME = pentadactyl
|
|
|
|
FIREFOX ?= firefox
|
|
HOSTAPP ?= $(FIREFOX)
|
|
PROFILEPATHS ?= "$$HOME/.mozilla/firefox" \
|
|
"$$HOME/Library/Application Support/Firefox" \
|
|
"$$APPDATA/Mozilla/Firefox/Profiles" \
|
|
"$$AppData/Mozilla/Firefox/Profiles"
|
|
|
|
include ../common/Makefile
|