Skip to content

Commit

Permalink
Fix invoking clib
Browse files Browse the repository at this point in the history
See clibs/clib#116 for the bug being
worked around.
  • Loading branch information
GochoMugo committed Feb 5, 2016
1 parent dda1ab5 commit fe7f46e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
PATH := $(PWD):$(PATH)
CLIB := $(PWD)/clib/clib
PATH := $(PWD):$(PWD)/clib:$(PATH)

test: clean
cp crun.sh crun
Expand All @@ -9,7 +8,7 @@ test: clean
CRUN_CACHE_DIR=/tmp/crun-cache ./test/cache.c

deps: clib
$(CLIB) install
clib install

clib:
sudo apt-get install libcurl4-gnutls-dev -qq
Expand Down

0 comments on commit fe7f46e

Please sign in to comment.