Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 5, 2019
1 parent d69ad49 commit 2ad5ae5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,8 @@ gh-pages: .build/python-venv.timestamp
touch $@

.build/examples-hosted/dist: .build/build-dll.timestamp
ls -al dist/
ls -al .build/examples-hosted/ || true
mkdir -p .build/examples-hosted/
cp -r dist .build/examples-hosted/
ls -al dist/
ls -al .build/examples-hosted/
ls -al .build/examples-hosted/dist/
touch $@

.build/examples-hosted-gmf-apps-deps.timestamp: \
Expand Down

0 comments on commit 2ad5ae5

Please sign in to comment.