Skip to content

Commit

Permalink
Change what the main targets do and introduce a 'fast' one
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Feb 20, 2013
1 parent cc2f6b5 commit 982757a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Expand Up @@ -17,14 +17,16 @@
# You should have received a copy of the GNU General Public License
# along with PropEr. If not, see <http://www.gnu.org/licenses/>.

# Author: Manolis Papadakis
# Author(s): Manolis Papadakis, Kostis Sagonas
# Description: Instructions for make

.PHONY: default all compile dialyzer check_escripts tests doc clean distclean rebuild retest
.PHONY: default fast all get-deps compile dialyzer check_escripts tests doc clean distclean rebuild retest

default: get-deps compile
default: fast dialyzer

all: compile doc
fast: get-deps compile

all: default doc tests

include/compile_flags.hrl:
./write_compile_flags $@
Expand Down

0 comments on commit 982757a

Please sign in to comment.