Commit Graph
3 Commits
Author SHA1 Message Date
Rudy Dellomas III 080e4af432 Merge branch 'master' of http://github.com/mpereira/tty-solitaire 2020-06-01 12:37:20 +10:00
Rudy Dellomas III d44c1eb623 Add C flag to allow tentative definitions
A gcc-10 changes the default behaviour from -fcommon to -fno-common,
which causes linking errors in some build processes.

Fixes #40.
2020-06-01 12:33:57 +10:00
Rudy Dellomas III 56177f4393 Redraw card background to prevent visual artefacts
Fixes issue #37.
2020-06-01 01:12:40 +10:00