Skip to content

Commit

Permalink
specify makefile to run
Browse files Browse the repository at this point in the history
  • Loading branch information
liorko87 committed Nov 8, 2017
1 parent 6d877df commit 6236999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Expand Up @@ -14,7 +14,7 @@ COPY . libscapi/

# build libscapi
WORKDIR libscapi
RUN make
RUN make -f makefile

# build the samples and run one of them
WORKDIR samples
Expand Down

0 comments on commit 6236999

Please sign in to comment.