Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Added buildout options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignas committed Nov 29, 2012
1 parent c29eac8 commit 2c40ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

BOOTSTRAP_PYTHON=python2.6
TIMEOUT=1
BUILDOUT = bin/buildout -t $(TIMEOUT) && touch bin/*
BUILDOUT_OPTIONS=
BUILDOUT = bin/buildout -t $(TIMEOUT) $(BUILDOUT_OPTIONS) && touch bin/*

export LC_ALL := en_US.utf8

Expand Down

0 comments on commit 2c40ae1

Please sign in to comment.