Skip to content

Commit

Permalink
Merge pull request #19 from hovatterz/bindist-fixes
Browse files Browse the repository at this point in the history
Fix issue with bindist target on OS X
  • Loading branch information
TheDarklingWolf committed Jan 24, 2013
2 parents 068fb0d + da539e1 commit b8ec2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ VERSION = 0.1

TARGET = cataclysm
W32TARGET = cataclysm.exe
BINDIST_DIR = Cataclysm
BINDIST_DIR = bindist

ODIR = obj
W32ODIR = objwin
Expand All @@ -63,7 +63,7 @@ endif

CXXFLAGS = $(WARNINGS) $(DEBUG) $(PROFILE) $(OTHERS)

BINDIST_EXTRAS = README data/
BINDIST_EXTRAS = README data
BINDIST = cataclysmdda-$(VERSION).tar.gz
W32BINDIST = cataclysmdda-$(VERSION).zip
BINDIST_CMD = tar -czvf $(BINDIST) $(BINDIST_DIR)
Expand Down

0 comments on commit b8ec2ae

Please sign in to comment.