mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:24:11 +01:00
Support Windows/OS-X in 'make install'. Closes issue #33.
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
|
||||
NAME = pentadactyl
|
||||
|
||||
FIREFOX ?= firefox
|
||||
HOSTAPP ?= $(FIREFOX)
|
||||
PROFILEPATHS ?= "$$HOME/.mozilla/firefox" \
|
||||
"$$HOME/Library/Mozilla/Firefox" \
|
||||
"$$APPDATA/Mozilla/Firefox"
|
||||
|
||||
include ../common/Makefile
|
||||
|
||||
Reference in New Issue
Block a user