springload / wagtaildraftail

🐦📝🍸 Draft.js editor for Wagtail, built upon Draftail and draftjs_exporter
https://pypi.python.org/pypi/wagtaildraftail
MIT License
24 stars 3 forks source link

Call Make target with 'make' in front #34

Closed thijskramer closed 7 years ago

thijskramer commented 7 years ago

I encountered this error while running make init:

(.venv)me:~/projects/wagtaildraftail$ make init
clean-pyc
make: clean-pyc: No such file or directory
make: *** [init] Error 1

Prepending clean-pyc with make solves the issue.

thibaudcolas commented 7 years ago

Thanks @thijskramer! I'm not sure why we haven't had this issue earlier 😄. clean-pyc is meant to be a dependency of init, so I've moved it on the same line.

loicteixeira commented 7 years ago

I think I moved it to a new line at some point. I didn't know about dependencies in Makefiles. Sorry.

This might be the same issue for the second part of #31.