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

Linux #2

Merged
merged 4 commits into from
Sep 17, 2014
Merged

Linux #2

merged 4 commits into from
Sep 17, 2014

Conversation

nfischer
Copy link
Contributor

I improved the Makefile to make it more generalized. Now it will do a better job of detecting when things need to be rebuilt or not.

I also fixed some warnings raised by the -Wall flag in gcc, which could have been harmful on some systems. These errors included things such as allowing functions returning ints to go to the end of the control flow without returning anything.

Lastly, I randomized the seed of the rand() function, so now the game should be much more interesting to play.

Sakibs added a commit that referenced this pull request Sep 17, 2014
@Sakibs Sakibs merged commit 3bffca7 into Sakibs:master Sep 17, 2014
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

2 participants