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

build system: Make "distclean" target work #74

Closed
ArcaneNibble opened this issue Mar 1, 2017 · 2 comments
Closed

build system: Make "distclean" target work #74

ArcaneNibble opened this issue Mar 1, 2017 · 2 comments

Comments

@ArcaneNibble
Copy link
Collaborator

Somehow make distclean or whatever work so that switching between native and mingw isn't a huge pain. Otherwise I have to go and hunt down all of the cmake generated crap manually and remove them.

@whitequark
Copy link
Collaborator

whitequark commented Mar 1, 2017

Just don't do in-tree builds. (use cd build && cmake .. && make). You can easily have as many simultaneous build trees as you want.

@whitequark
Copy link
Collaborator

(also, git clean is the command you should use instead of doing that manually anyway.)

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

No branches or pull requests

2 participants