Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add make clean option #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add make clean option #45

wants to merge 1 commit into from

Conversation

lucivpav
Copy link
Owner

@lucivpav lucivpav commented Sep 21, 2019

We don't want to remove downloaded dependencies such as CEDICT or makemeahanzi when executing make command. To delete those dependencies, use make clean instead.

@@ -1,11 +1,9 @@
#!/usr/bin/env bash

rm -rf cedict makemeahanzi frontend/tagmanager

git clone https://github.com/skishore/makemeahanzi.git makemeahanzi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets add some checks that verify the folders don't exist. If such a folder already exists, let's not download the stuff again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant