Skip to content

Commit

Permalink
Need config env before make?
Browse files Browse the repository at this point in the history
  • Loading branch information
labichn committed Feb 5, 2016
1 parent 3d9e01d commit 4bae7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PROFDIR = $(CURDIR)/profile
TIME := $(shell date +"%Y.%m.%d-%H.%M.%S")

all: clean
eval $(shell opam config env)
for ext in $(LIBS); do \
$(OCB) adapton.$$ext || exit 1 ; \
done
Expand Down

0 comments on commit 4bae7a2

Please sign in to comment.