mirror of
https://github.com/chenasraf/aardwolf.git
synced 2026-05-17 17:38:10 +00:00
build: add Makefile
This commit is contained in:
@@ -7,3 +7,8 @@ trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[Makefile]
|
||||
tab_width = 4
|
||||
indent_size = 4
|
||||
indent_style = tab
|
||||
|
||||
7
Makefile
Normal file
7
Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
MUSHDIR=$(HOME)/Library/Application Support/CrossOver/Bottles/MushClient/drive_c/users/crossover/MUSHclient
|
||||
PLUGDIR=$(MUSHDIR)/worlds/plugins
|
||||
|
||||
.PHONY: install/spellbook
|
||||
install/spellbook:
|
||||
cp "./Spellbook/Spellbook.xml" "$(PLUGDIR)"
|
||||
@echo "Spellbook installed."
|
||||
@@ -8,8 +8,9 @@ Example:
|
||||
|
||||
## Installation
|
||||
|
||||
1. Download [Spellbook.xml](Spellbook.xml)
|
||||
1. Open Plugin Manager (Ctrl+Alt+P)
|
||||
1. Download [Spellbook.xml](Spellbook.xml), place it somewhere it wouldn't move (e.g. the plugins
|
||||
directory in your MUSHClient installation)
|
||||
1. Open Plugin Manager (Ctrl+Shift+P)
|
||||
1. Add `Spellbook.xml` via the plugin manager
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user