mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-25 21:42:27 +01:00
12 lines
222 B
Makefile
12 lines
222 B
Makefile
#### configuration
|
|
|
|
NAME = melodactyl
|
|
|
|
SONGBIRD ?= songbird
|
|
HOSTAPP ?= $(SONGBIRD)
|
|
PROFILEPATHS ?= "$$HOME/.songbird2" \
|
|
"$$HOME/Library/Songbird2" \
|
|
"$$APPDATA/Songbird2"
|
|
|
|
include ../common/Makefile
|