Skip to content

Commit

Permalink
Added makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
raohmaru committed Jan 30, 2016
1 parent 9d3f632 commit 4c8c321
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.ttf
*.psd
dvorak-mana-large.mse-symbol-font
dvorak-mana-large.mse-symbol-font
dvorak.mse-installer

11 changes: 11 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MSE="D:/Games/Magic the Gathering/MSE2/mse.exe"
FILE=dvorak.mse-installer
PKGS=dvorak-black.mse-style dvorak-modern.mse-style dvorak-none.mse-symbol-font dvorak-overlay-rounded-corners.mse-include dvorak-playtest.mse-export-template dvorak-standard.mse-style dvorak.mse-game

all: clean installer

installer:
$(MSE) --create-installer $(FILE) $(PKGS)

clean:
rm -f $(FILE) $(FILE).bak

0 comments on commit 4c8c321

Please sign in to comment.