Skip to content

Commit

Permalink
Merge pull request #98 from cmeiklejohn/csm-fix-build
Browse files Browse the repository at this point in the history
Fix failing build.
  • Loading branch information
eproxus committed Feb 15, 2013
2 parents 7cbb389 + 95f0bb1 commit 27ed56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ tags
.project
*.sublime-workspace
*.sublime-project
deps/*
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DIALYZER_INC=$(shell test -d include && echo '-I include') $(shell test -d deps
.PHONY: all rebuild compile doc clean test dialyzer typer get-deps clean-deps \
shell clean-plt clean-doc distclean

all: compile test doc
all: get-deps compile test doc

rebuild: distclean get-deps all

Expand Down Expand Up @@ -60,4 +60,4 @@ clean-doc:
clean-deps:
@rm -rvf $(CURDIR)/deps/*

distclean: clean clean-plt clean-doc clean-deps
distclean: clean clean-plt clean-doc clean-deps

0 comments on commit 27ed56a

Please sign in to comment.