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

Create makefile #40

Open
nyxxxie opened this issue May 20, 2017 · 0 comments
Open

Create makefile #40

nyxxxie opened this issue May 20, 2017 · 0 comments
Milestone

Comments

@nyxxxie
Copy link
Owner

nyxxxie commented May 20, 2017

Create a makefile for easier interfacing with spade by package managers and users. Define the following targets:

  • all (AKA first target) - Builds native executable
  • unix - builds frozen executable for spade
  • win32 - builds frozen executable for win32
  • osx - builds frozen executable for osx
  • install - installs spade
  • virtualenv - creates and activates virtualenv
  • venv - same thing as virtualenv
  • docs - builds sphinx docs
  • help - displays help

See if there's a system or standard that already exists for this? Also, the packaging/install method might be subject to change between this issue and when the feature is going to be implemented, so check how install is currently done (as of 5/20/2017, dependent on #3) before implementing.

@nyxxxie nyxxxie added this to the v1.0 milestone May 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant