mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 04:52:28 +01:00
--HG-- rename : common/content/base.js => common/modules/base.jsm rename : common/content/services.js => common/modules/services.jsm rename : common/content/style.js => common/modules/styles.jsm rename : common/content/template.js => common/modules/template.jsm rename : common/content/util.js => common/modules/util.jsm
7 lines
99 B
Makefile
7 lines
99 B
Makefile
#### configuration
|
|
|
|
VERSION = 1.0pre
|
|
NAME = pentadactyl
|
|
|
|
include ../common/Makefile
|